mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
quicklispPackages: regenerate
This commit is contained in:
parent
571d45fea6
commit
a8d38f8f07
155 changed files with 1497 additions and 1868 deletions
|
@ -1,7 +1,7 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''flexi-streams'';
|
||||
version = ''20190107-git'';
|
||||
version = ''20200925-git'';
|
||||
|
||||
parasites = [ "flexi-streams-test" ];
|
||||
|
||||
|
@ -10,8 +10,8 @@ rec {
|
|||
deps = [ args."trivial-gray-streams" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/flexi-streams/2019-01-07/flexi-streams-20190107-git.tgz'';
|
||||
sha256 = ''1fqkkvspsdzvrr2rkp6i631m7bwx06j68s19cjzpmnhr9zn696i5'';
|
||||
url = ''http://beta.quicklisp.org/archive/flexi-streams/2020-09-25/flexi-streams-20200925-git.tgz'';
|
||||
sha256 = ''1hmsryfkjnk4gdv803s3hpp71fpdybfl1jb5hgngxpd5lsrq0gb2'';
|
||||
};
|
||||
|
||||
packageName = "flexi-streams";
|
||||
|
@ -20,10 +20,10 @@ rec {
|
|||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM flexi-streams DESCRIPTION Flexible bivalent streams for Common Lisp
|
||||
SHA256 1fqkkvspsdzvrr2rkp6i631m7bwx06j68s19cjzpmnhr9zn696i5 URL
|
||||
http://beta.quicklisp.org/archive/flexi-streams/2019-01-07/flexi-streams-20190107-git.tgz
|
||||
MD5 b59014f9f9f0d1b94f161e36e64a35c2 NAME flexi-streams FILENAME
|
||||
SHA256 1hmsryfkjnk4gdv803s3hpp71fpdybfl1jb5hgngxpd5lsrq0gb2 URL
|
||||
http://beta.quicklisp.org/archive/flexi-streams/2020-09-25/flexi-streams-20200925-git.tgz
|
||||
MD5 0d7bd1e542fe0a0d9728c45f70a95e36 NAME flexi-streams FILENAME
|
||||
flexi-streams DEPS
|
||||
((NAME trivial-gray-streams FILENAME trivial-gray-streams)) DEPENDENCIES
|
||||
(trivial-gray-streams) VERSION 20190107-git SIBLINGS NIL PARASITES
|
||||
(trivial-gray-streams) VERSION 20200925-git SIBLINGS NIL PARASITES
|
||||
(flexi-streams-test)) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue