lispPackages.quicklisp.quicklispdist: 2018-08-31 -> 2019-01-07

This commit is contained in:
Michael Raskin
2019-01-31 07:21:30 +01:00
parent fa67afe92b
commit 2e76049491
67 changed files with 504 additions and 575 deletions
@@ -1,17 +1,17 @@
args @ { fetchurl, ... }:
rec {
baseName = ''simple-date'';
version = ''postmodern-20180831-git'';
version = ''postmodern-20190107-git'';
parasites = [ "simple-date/postgres-glue" ];
parasites = [ "simple-date/postgres-glue" "simple-date/tests" ];
description = '''';
deps = [ args."cl-postgres" args."md5" args."usocket" ];
deps = [ args."cl-postgres" args."fiveam" args."md5" args."usocket" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/postmodern/2018-08-31/postmodern-20180831-git.tgz'';
sha256 = ''062xhy6aadzgmwpz8h0n7884yv5m4nwqmxrc75m3c60k1lmccpwx'';
url = ''http://beta.quicklisp.org/archive/postmodern/2019-01-07/postmodern-20190107-git.tgz'';
sha256 = ''030p5kp593p4z7p3k0828dlayglw2si3q187z1fafgpvspp42sd5'';
};
packageName = "simple-date";
@@ -20,12 +20,12 @@ rec {
overrides = x: x;
}
/* (SYSTEM simple-date DESCRIPTION NIL SHA256
062xhy6aadzgmwpz8h0n7884yv5m4nwqmxrc75m3c60k1lmccpwx URL
http://beta.quicklisp.org/archive/postmodern/2018-08-31/postmodern-20180831-git.tgz
MD5 78c3e998cff7305db5e4b4e90b9bbee6 NAME simple-date FILENAME simple-date
030p5kp593p4z7p3k0828dlayglw2si3q187z1fafgpvspp42sd5 URL
http://beta.quicklisp.org/archive/postmodern/2019-01-07/postmodern-20190107-git.tgz
MD5 3f6f78c4fb0f5a8bb9f13247f1f3d6eb NAME simple-date FILENAME simple-date
DEPS
((NAME cl-postgres FILENAME cl-postgres) (NAME md5 FILENAME md5)
(NAME usocket FILENAME usocket))
DEPENDENCIES (cl-postgres md5 usocket) VERSION postmodern-20180831-git
SIBLINGS (cl-postgres postmodern s-sql) PARASITES
(simple-date/postgres-glue)) */
((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-20190107-git SIBLINGS (cl-postgres postmodern s-sql) PARASITES
(simple-date/postgres-glue simple-date/tests)) */