quicklispPackages: regenerate

This commit is contained in:
Michael Raskin
2021-03-28 14:57:54 +02:00
parent e96cae7e3c
commit fad53e2961
306 changed files with 2245 additions and 1827 deletions
@@ -1,17 +1,17 @@
args @ { fetchurl, ... }:
rec {
baseName = "cxml-stp";
version = "20200325-git";
baseName = ''cxml-stp'';
version = ''20200325-git'';
parasites = [ "cxml-stp/test" ];
description = "System lacks description";
description = ''System lacks description'';
deps = [ args."alexandria" args."babel" args."cl-ppcre" args."closure-common" args."cxml" args."cxml_slash_test" args."parse-number" args."puri" args."rt" args."trivial-features" args."trivial-gray-streams" args."xpath" args."xpath_slash_test" args."yacc" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/cxml-stp/2020-03-25/cxml-stp-20200325-git.tgz";
sha256 = "1y26bksmysvxifqx4lslpbsdvmcqkf7di36a3yyqnjgrb5r0jv1n";
url = ''http://beta.quicklisp.org/archive/cxml-stp/2020-03-25/cxml-stp-20200325-git.tgz'';
sha256 = ''1y26bksmysvxifqx4lslpbsdvmcqkf7di36a3yyqnjgrb5r0jv1n'';
};
packageName = "cxml-stp";