quicklispPackages: regenerate
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "cl-interpol";
|
||||
version = "20200715-git";
|
||||
baseName = ''cl-interpol'';
|
||||
version = ''20201220-git'';
|
||||
|
||||
parasites = [ "cl-interpol-test" ];
|
||||
|
||||
description = "System lacks description";
|
||||
description = ''System lacks description'';
|
||||
|
||||
deps = [ args."cl-ppcre" args."cl-unicode" args."flexi-streams" args."named-readtables" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/cl-interpol/2020-07-15/cl-interpol-20200715-git.tgz";
|
||||
sha256 = "0qbmpgnlg9y6ykwahmw1q8b058krmcq47w3gx75xz920im46wvmw";
|
||||
url = ''http://beta.quicklisp.org/archive/cl-interpol/2020-12-20/cl-interpol-20201220-git.tgz'';
|
||||
sha256 = ''1q3zxsbl5br08lv481jsqmq8r9yayp44x6icixcxx5sdz6fbcd3d'';
|
||||
};
|
||||
|
||||
packageName = "cl-interpol";
|
||||
@@ -20,12 +20,12 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-interpol DESCRIPTION System lacks description SHA256
|
||||
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
|
||||
1q3zxsbl5br08lv481jsqmq8r9yayp44x6icixcxx5sdz6fbcd3d URL
|
||||
http://beta.quicklisp.org/archive/cl-interpol/2020-12-20/cl-interpol-20201220-git.tgz
|
||||
MD5 d678c521474e1774185b78883396da49 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
|
||||
20200715-git SIBLINGS NIL PARASITES (cl-interpol-test)) */
|
||||
20201220-git SIBLINGS NIL PARASITES (cl-interpol-test)) */
|
||||
|
||||
Reference in New Issue
Block a user