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,15 +1,15 @@
args @ { fetchurl, ... }:
rec {
baseName = "clump";
version = "20160825-git";
baseName = ''clump'';
version = ''20160825-git'';
description = "Library for operations on different kinds of trees";
description = ''Library for operations on different kinds of trees'';
deps = [ args."acclimation" args."clump-2-3-tree" args."clump-binary-tree" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/clump/2016-08-25/clump-20160825-git.tgz";
sha256 = "1mngxmwklpi52inihkp4akzdi7y32609spfi70yamwgzc1wijbrl";
url = ''http://beta.quicklisp.org/archive/clump/2016-08-25/clump-20160825-git.tgz'';
sha256 = ''1mngxmwklpi52inihkp4akzdi7y32609spfi70yamwgzc1wijbrl'';
};
packageName = "clump";