mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +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 = ''cl-interpol'';
|
||||
version = ''20180711-git'';
|
||||
version = ''20200715-git'';
|
||||
|
||||
parasites = [ "cl-interpol-test" ];
|
||||
|
||||
|
@ -10,8 +10,8 @@ rec {
|
|||
deps = [ args."cl-ppcre" args."cl-unicode" args."flexi-streams" args."named-readtables" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-interpol/2018-07-11/cl-interpol-20180711-git.tgz'';
|
||||
sha256 = ''1s88m5kci9y9h3ycvqm0xjzbkbd8zhm9rxp2a674hmgrjfqras0r'';
|
||||
url = ''http://beta.quicklisp.org/archive/cl-interpol/2020-07-15/cl-interpol-20200715-git.tgz'';
|
||||
sha256 = ''0qbmpgnlg9y6ykwahmw1q8b058krmcq47w3gx75xz920im46wvmw'';
|
||||
};
|
||||
|
||||
packageName = "cl-interpol";
|
||||
|
@ -20,12 +20,12 @@ rec {
|
|||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-interpol DESCRIPTION System lacks description SHA256
|
||||
1s88m5kci9y9h3ycvqm0xjzbkbd8zhm9rxp2a674hmgrjfqras0r URL
|
||||
http://beta.quicklisp.org/archive/cl-interpol/2018-07-11/cl-interpol-20180711-git.tgz
|
||||
MD5 b2d6893ef703c5b6e5736fa33ba0794e NAME cl-interpol FILENAME cl-interpol
|
||||
0qbmpgnlg9y6ykwahmw1q8b058krmcq47w3gx75xz920im46wvmw URL
|
||||
http://beta.quicklisp.org/archive/cl-interpol/2020-07-15/cl-interpol-20200715-git.tgz
|
||||
MD5 24a2c8907e35e0a276c37c4b1999681c NAME cl-interpol FILENAME cl-interpol
|
||||
DEPS
|
||||
((NAME cl-ppcre FILENAME cl-ppcre) (NAME cl-unicode FILENAME cl-unicode)
|
||||
(NAME flexi-streams FILENAME flexi-streams)
|
||||
(NAME named-readtables FILENAME named-readtables))
|
||||
DEPENDENCIES (cl-ppcre cl-unicode flexi-streams named-readtables) VERSION
|
||||
20180711-git SIBLINGS NIL PARASITES (cl-interpol-test)) */
|
||||
20200715-git SIBLINGS NIL PARASITES (cl-interpol-test)) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue