quicklispPackages: regenerate
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "fiasco";
|
||||
version = "20200610-git";
|
||||
baseName = ''fiasco'';
|
||||
version = ''20200610-git'';
|
||||
|
||||
parasites = [ "fiasco-self-tests" ];
|
||||
|
||||
description = "A Common Lisp test framework that treasures your failures, logical continuation of Stefil.";
|
||||
description = ''A Common Lisp test framework that treasures your failures, logical continuation of Stefil.'';
|
||||
|
||||
deps = [ args."alexandria" args."trivial-gray-streams" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/fiasco/2020-06-10/fiasco-20200610-git.tgz";
|
||||
sha256 = "1wb0ibw6ka9fbsb40zjipn7vh3jbzyfsvcc9gq19nqhbqa8gy9r4";
|
||||
url = ''http://beta.quicklisp.org/archive/fiasco/2020-06-10/fiasco-20200610-git.tgz'';
|
||||
sha256 = ''1wb0ibw6ka9fbsb40zjipn7vh3jbzyfsvcc9gq19nqhbqa8gy9r4'';
|
||||
};
|
||||
|
||||
packageName = "fiasco";
|
||||
|
||||
Reference in New Issue
Block a user