quicklispPackages: regenerate
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user