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 = "fare-mop";
version = "20151218-git";
baseName = ''fare-mop'';
version = ''20151218-git'';
description = "Utilities using the MOP; notably make informative pretty-printing trivial";
description = ''Utilities using the MOP; notably make informative pretty-printing trivial'';
deps = [ args."closer-mop" args."fare-utils" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/fare-mop/2015-12-18/fare-mop-20151218-git.tgz";
sha256 = "0bvrwqvacy114xsblrk2w28qk6b484a3p0w14mzl264b3wjrdna9";
url = ''http://beta.quicklisp.org/archive/fare-mop/2015-12-18/fare-mop-20151218-git.tgz'';
sha256 = ''0bvrwqvacy114xsblrk2w28qk6b484a3p0w14mzl264b3wjrdna9'';
};
packageName = "fare-mop";