lispPackages.quicklisp: distinfo 2021-02-28 -> 2021-04-11,

quicklispPackages: regenerate,
lispPackages.nyxt: 2021-03-27 -> 2021-05-06, use upstream Makefile
This commit is contained in:
Michael Raskin
2021-05-10 18:17:21 +02:00
parent acd5e6707e
commit 3fde66cd0c
48 changed files with 366 additions and 304 deletions
@@ -2,7 +2,7 @@
args @ { fetchurl, ... }:
rec {
baseName = "chanl";
version = "20210124-git";
version = "20210411-git";
parasites = [ "chanl/examples" "chanl/tests" ];
@@ -11,8 +11,8 @@ rec {
deps = [ args."alexandria" args."bordeaux-threads" args."fiveam" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/chanl/2021-01-24/chanl-20210124-git.tgz";
sha256 = "1lb0k5nh51f8hskpm1pma5ds4lk1zpbk9czpw9bk8hdykr178mzc";
url = "http://beta.quicklisp.org/archive/chanl/2021-04-11/chanl-20210411-git.tgz";
sha256 = "1c1yiw616q5hv6vzyg1y4kg68v94p37s5jrq387rwadfnnf46rgi";
};
packageName = "chanl";
@@ -22,11 +22,11 @@ rec {
}
/* (SYSTEM chanl DESCRIPTION
Communicating Sequential Process support for Common Lisp SHA256
1lb0k5nh51f8hskpm1pma5ds4lk1zpbk9czpw9bk8hdykr178mzc URL
http://beta.quicklisp.org/archive/chanl/2021-01-24/chanl-20210124-git.tgz
MD5 2f9e2d16caa2febff4f5beb6226b7ccf NAME chanl FILENAME chanl DEPS
1c1yiw616q5hv6vzyg1y4kg68v94p37s5jrq387rwadfnnf46rgi URL
http://beta.quicklisp.org/archive/chanl/2021-04-11/chanl-20210411-git.tgz
MD5 efaa5705b5feaa718290d25a95e2a684 NAME chanl FILENAME chanl DEPS
((NAME alexandria FILENAME alexandria)
(NAME bordeaux-threads FILENAME bordeaux-threads)
(NAME fiveam FILENAME fiveam))
DEPENDENCIES (alexandria bordeaux-threads fiveam) VERSION 20210124-git
DEPENDENCIES (alexandria bordeaux-threads fiveam) VERSION 20210411-git
SIBLINGS NIL PARASITES (chanl/examples chanl/tests)) */