quicklispPackages: regenerate
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "named-readtables";
|
||||
version = "20200925-git";
|
||||
baseName = ''named-readtables'';
|
||||
version = ''20210124-git'';
|
||||
|
||||
parasites = [ "named-readtables/test" ];
|
||||
|
||||
@@ -11,8 +11,8 @@ rec {
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/named-readtables/2020-09-25/named-readtables-20200925-git.tgz";
|
||||
sha256 = "0klbvv2syv8a8agacxdjrmmhibvhgfbxxwv6k4hx0ifk6n5iazxl";
|
||||
url = ''http://beta.quicklisp.org/archive/named-readtables/2021-01-24/named-readtables-20210124-git.tgz'';
|
||||
sha256 = ''00lbcv1qdb9ldq2kbf1rkn5sh657px9dgqrcynbwjzvla4czadl4'';
|
||||
};
|
||||
|
||||
packageName = "named-readtables";
|
||||
@@ -23,8 +23,8 @@ rec {
|
||||
/* (SYSTEM named-readtables DESCRIPTION
|
||||
Library that creates a namespace for named readtable
|
||||
akin to the namespace of packages.
|
||||
SHA256 0klbvv2syv8a8agacxdjrmmhibvhgfbxxwv6k4hx0ifk6n5iazxl URL
|
||||
http://beta.quicklisp.org/archive/named-readtables/2020-09-25/named-readtables-20200925-git.tgz
|
||||
MD5 b17873ea600fb6847537c2c584761c29 NAME named-readtables FILENAME
|
||||
named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20200925-git SIBLINGS
|
||||
SHA256 00lbcv1qdb9ldq2kbf1rkn5sh657px9dgqrcynbwjzvla4czadl4 URL
|
||||
http://beta.quicklisp.org/archive/named-readtables/2021-01-24/named-readtables-20210124-git.tgz
|
||||
MD5 a4f2ae5f9715ec2c42cd164d15a0c918 NAME named-readtables FILENAME
|
||||
named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20210124-git SIBLINGS
|
||||
NIL PARASITES (named-readtables/test)) */
|
||||
|
||||
Reference in New Issue
Block a user