quicklispPackages: regenerate
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-store'';
|
||||
version = ''20191130-git'';
|
||||
version = ''20200925-git'';
|
||||
|
||||
parasites = [ "cl-store-tests" ];
|
||||
|
||||
@@ -10,8 +10,8 @@ rec {
|
||||
deps = [ args."rt" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-store/2019-11-30/cl-store-20191130-git.tgz'';
|
||||
sha256 = ''1pybx08w486d3bmn8fc6zxvxyprc3da24kk3wxhkrgh0fi1vmcbc'';
|
||||
url = ''http://beta.quicklisp.org/archive/cl-store/2020-09-25/cl-store-20200925-git.tgz'';
|
||||
sha256 = ''0vqlrci1634jgfg6c1dzwvx58qjjwbcbwdbpm7xxw2s823xl9jf3'';
|
||||
};
|
||||
|
||||
packageName = "cl-store";
|
||||
@@ -20,8 +20,8 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-store DESCRIPTION Serialization package SHA256
|
||||
1pybx08w486d3bmn8fc6zxvxyprc3da24kk3wxhkrgh0fi1vmcbc URL
|
||||
http://beta.quicklisp.org/archive/cl-store/2019-11-30/cl-store-20191130-git.tgz
|
||||
MD5 d6052274cd0c6a86bfc2de1e4a8a0886 NAME cl-store FILENAME cl-store DEPS
|
||||
((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20191130-git SIBLINGS NIL
|
||||
0vqlrci1634jgfg6c1dzwvx58qjjwbcbwdbpm7xxw2s823xl9jf3 URL
|
||||
http://beta.quicklisp.org/archive/cl-store/2020-09-25/cl-store-20200925-git.tgz
|
||||
MD5 828a6f3035c5ef869618f6848c47efd7 NAME cl-store FILENAME cl-store DEPS
|
||||
((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20200925-git SIBLINGS NIL
|
||||
PARASITES (cl-store-tests)) */
|
||||
|
||||
Reference in New Issue
Block a user