quicklispPackages: regenerate

This commit is contained in:
Michael Raskin
2020-10-24 12:53:25 +02:00
parent 571d45fea6
commit a8d38f8f07
155 changed files with 1497 additions and 1868 deletions
@@ -1,17 +1,17 @@
args @ { fetchurl, ... }:
rec {
baseName = ''simple-date'';
version = ''postmodern-20191227-git'';
version = ''postmodern-20201016-git'';
parasites = [ "simple-date/postgres-glue" "simple-date/tests" ];
parasites = [ "simple-date/tests" ];
description = ''System lacks description'';
description = ''Simple date library that can be used with postmodern'';
deps = [ args."cl-postgres" args."fiveam" args."md5" args."usocket" ];
deps = [ args."fiveam" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/postmodern/2019-12-27/postmodern-20191227-git.tgz'';
sha256 = ''1p44aphx7y0lh018pk2r9w006vinc5yrfrp1m9l9648p2jxiw1c4'';
url = ''http://beta.quicklisp.org/archive/postmodern/2020-10-16/postmodern-20201016-git.tgz'';
sha256 = ''1svaiksbqcaq8sh7q6sj9kzazdfl360zqr2nzhwbgy4xnaj4vf3n'';
};
packageName = "simple-date";
@@ -19,13 +19,11 @@ rec {
asdFilesToKeep = ["simple-date.asd"];
overrides = x: x;
}
/* (SYSTEM simple-date DESCRIPTION System lacks description SHA256
1p44aphx7y0lh018pk2r9w006vinc5yrfrp1m9l9648p2jxiw1c4 URL
http://beta.quicklisp.org/archive/postmodern/2019-12-27/postmodern-20191227-git.tgz
MD5 67b909de432e6414e7832eed18f9ad18 NAME simple-date FILENAME simple-date
DEPS
((NAME cl-postgres FILENAME cl-postgres) (NAME fiveam FILENAME fiveam)
(NAME md5 FILENAME md5) (NAME usocket FILENAME usocket))
DEPENDENCIES (cl-postgres fiveam md5 usocket) VERSION
postmodern-20191227-git SIBLINGS (cl-postgres postmodern s-sql) PARASITES
(simple-date/postgres-glue simple-date/tests)) */
/* (SYSTEM simple-date DESCRIPTION
Simple date library that can be used with postmodern SHA256
1svaiksbqcaq8sh7q6sj9kzazdfl360zqr2nzhwbgy4xnaj4vf3n URL
http://beta.quicklisp.org/archive/postmodern/2020-10-16/postmodern-20201016-git.tgz
MD5 f61e827d7e7ba023f6fbc7c2667de4c8 NAME simple-date FILENAME simple-date
DEPS ((NAME fiveam FILENAME fiveam)) DEPENDENCIES (fiveam) VERSION
postmodern-20201016-git SIBLINGS (cl-postgres postmodern s-sql) PARASITES
(simple-date/tests)) */