lispPackages: update to Quicklisp release 2019-07-11
Fixes: Survive empty ASDF description (UIOP) Patch "split-sequence" that misses :serial
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''documentation-utils'';
|
||||
version = ''20180831-git'';
|
||||
version = ''20190710-git'';
|
||||
|
||||
description = ''A few simple tools to help you with documenting your library.'';
|
||||
|
||||
deps = [ args."trivial-indent" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/documentation-utils/2018-08-31/documentation-utils-20180831-git.tgz'';
|
||||
sha256 = ''0g26hgppynrfdkpaplb77xzrsmsdzmlnqgl8336l08zmg80x90n5'';
|
||||
url = ''http://beta.quicklisp.org/archive/documentation-utils/2019-07-10/documentation-utils-20190710-git.tgz'';
|
||||
sha256 = ''1n3z8sw75k2jjpsg6ch5g9s4v56y96dbs4338ajrfdsk3pk4wgj3'';
|
||||
};
|
||||
|
||||
packageName = "documentation-utils";
|
||||
@@ -19,9 +19,9 @@ rec {
|
||||
}
|
||||
/* (SYSTEM documentation-utils DESCRIPTION
|
||||
A few simple tools to help you with documenting your library. SHA256
|
||||
0g26hgppynrfdkpaplb77xzrsmsdzmlnqgl8336l08zmg80x90n5 URL
|
||||
http://beta.quicklisp.org/archive/documentation-utils/2018-08-31/documentation-utils-20180831-git.tgz
|
||||
MD5 e0f58ffe20602cada3413b4eeec909ef NAME documentation-utils FILENAME
|
||||
1n3z8sw75k2jjpsg6ch5g9s4v56y96dbs4338ajrfdsk3pk4wgj3 URL
|
||||
http://beta.quicklisp.org/archive/documentation-utils/2019-07-10/documentation-utils-20190710-git.tgz
|
||||
MD5 4f45f511ac55008b8b8aa04f7feaa2d4 NAME documentation-utils FILENAME
|
||||
documentation-utils DEPS ((NAME trivial-indent FILENAME trivial-indent))
|
||||
DEPENDENCIES (trivial-indent) VERSION 20180831-git SIBLINGS
|
||||
DEPENDENCIES (trivial-indent) VERSION 20190710-git SIBLINGS
|
||||
(multilang-documentation-utils) PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user