quicklispPackages: regenerate
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''serapeum'';
|
||||
version = ''20191227-git'';
|
||||
version = ''20201016-git'';
|
||||
|
||||
description = ''Utilities beyond Alexandria.'';
|
||||
|
||||
deps = [ args."alexandria" args."bordeaux-threads" args."closer-mop" args."fare-quasiquote" args."fare-quasiquote-extras" args."fare-quasiquote-optima" args."fare-quasiquote-readtable" args."fare-utils" args."global-vars" args."introspect-environment" args."iterate" args."lisp-namespace" args."named-readtables" args."optima" args."parse-declarations-1_dot_0" args."parse-number" args."split-sequence" args."string-case" args."trivia" args."trivia_dot_balland2006" args."trivia_dot_level0" args."trivia_dot_level1" args."trivia_dot_level2" args."trivia_dot_quasiquote" args."trivia_dot_trivial" args."trivial-cltl2" args."trivial-file-size" args."trivial-garbage" args."trivial-macroexpand-all" args."type-i" args."uiop" ];
|
||||
deps = [ args."alexandria" args."bordeaux-threads" args."closer-mop" args."fare-quasiquote" args."fare-quasiquote-extras" args."fare-quasiquote-optima" args."fare-quasiquote-readtable" args."fare-utils" args."global-vars" args."introspect-environment" args."iterate" args."lisp-namespace" args."named-readtables" args."parse-declarations-1_dot_0" args."parse-number" args."split-sequence" args."string-case" args."trivia" args."trivia_dot_balland2006" args."trivia_dot_level0" args."trivia_dot_level1" args."trivia_dot_level2" args."trivia_dot_quasiquote" args."trivia_dot_trivial" args."trivial-cltl2" args."trivial-file-size" args."trivial-garbage" args."trivial-macroexpand-all" args."type-i" args."uiop" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/serapeum/2019-12-27/serapeum-20191227-git.tgz'';
|
||||
sha256 = ''1d1yyzj1m0fqlr6dvq7njmkl1zdkj00jbd09l281971qwhfhmarr'';
|
||||
url = ''http://beta.quicklisp.org/archive/serapeum/2020-10-16/serapeum-20201016-git.tgz'';
|
||||
sha256 = ''0rbxa0r75jxkhisyjwjh7zn7m1450k58sc9g68bgkj0fsjvr44sq'';
|
||||
};
|
||||
|
||||
packageName = "serapeum";
|
||||
@@ -18,9 +18,9 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM serapeum DESCRIPTION Utilities beyond Alexandria. SHA256
|
||||
1d1yyzj1m0fqlr6dvq7njmkl1zdkj00jbd09l281971qwhfhmarr URL
|
||||
http://beta.quicklisp.org/archive/serapeum/2019-12-27/serapeum-20191227-git.tgz
|
||||
MD5 dabf40eb6c6af7509da66450790cbf4e NAME serapeum FILENAME serapeum DEPS
|
||||
0rbxa0r75jxkhisyjwjh7zn7m1450k58sc9g68bgkj0fsjvr44sq URL
|
||||
http://beta.quicklisp.org/archive/serapeum/2020-10-16/serapeum-20201016-git.tgz
|
||||
MD5 1281652013f4ef5a67ffd5c6e8d44fe9 NAME serapeum FILENAME serapeum DEPS
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
||||
(NAME closer-mop FILENAME closer-mop)
|
||||
@@ -34,7 +34,6 @@ rec {
|
||||
(NAME iterate FILENAME iterate)
|
||||
(NAME lisp-namespace FILENAME lisp-namespace)
|
||||
(NAME named-readtables FILENAME named-readtables)
|
||||
(NAME optima FILENAME optima)
|
||||
(NAME parse-declarations-1.0 FILENAME parse-declarations-1_dot_0)
|
||||
(NAME parse-number FILENAME parse-number)
|
||||
(NAME split-sequence FILENAME split-sequence)
|
||||
@@ -54,8 +53,8 @@ rec {
|
||||
(alexandria bordeaux-threads closer-mop fare-quasiquote
|
||||
fare-quasiquote-extras fare-quasiquote-optima fare-quasiquote-readtable
|
||||
fare-utils global-vars introspect-environment iterate lisp-namespace
|
||||
named-readtables optima parse-declarations-1.0 parse-number split-sequence
|
||||
named-readtables parse-declarations-1.0 parse-number split-sequence
|
||||
string-case trivia trivia.balland2006 trivia.level0 trivia.level1
|
||||
trivia.level2 trivia.quasiquote trivia.trivial trivial-cltl2
|
||||
trivial-file-size trivial-garbage trivial-macroexpand-all type-i uiop)
|
||||
VERSION 20191227-git SIBLINGS NIL PARASITES NIL) */
|
||||
VERSION 20201016-git SIBLINGS NIL PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user