lispPackages.quicklisp: 2018-01-31 -> 2018-04-30; regenerate packages
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''nibbles'';
|
||||
version = ''20171130-git'';
|
||||
version = ''20180430-git'';
|
||||
|
||||
parasites = [ "nibbles/tests" ];
|
||||
|
||||
description = ''A library for accessing octet-addressed blocks of data in big- and little-endian orders'';
|
||||
|
||||
deps = [ ];
|
||||
deps = [ args."rt" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/nibbles/2017-11-30/nibbles-20171130-git.tgz'';
|
||||
sha256 = ''05ykyniak1m0whr7pnbhg53yblr5mny0crmh72bmgnvpmkm345zn'';
|
||||
url = ''http://beta.quicklisp.org/archive/nibbles/2018-04-30/nibbles-20180430-git.tgz'';
|
||||
sha256 = ''1z79x7w0qp66vdxq7lac1jkc56brmpy0x0wmm9flf91d8y9lh34g'';
|
||||
};
|
||||
|
||||
packageName = "nibbles";
|
||||
@@ -21,8 +21,8 @@ rec {
|
||||
}
|
||||
/* (SYSTEM nibbles DESCRIPTION
|
||||
A library for accessing octet-addressed blocks of data in big- and little-endian orders
|
||||
SHA256 05ykyniak1m0whr7pnbhg53yblr5mny0crmh72bmgnvpmkm345zn URL
|
||||
http://beta.quicklisp.org/archive/nibbles/2017-11-30/nibbles-20171130-git.tgz
|
||||
MD5 edce3702da9979fca3e40a4594fe36e6 NAME nibbles FILENAME nibbles DEPS NIL
|
||||
DEPENDENCIES NIL VERSION 20171130-git SIBLINGS NIL PARASITES
|
||||
(nibbles/tests)) */
|
||||
SHA256 1z79x7w0qp66vdxq7lac1jkc56brmpy0x0wmm9flf91d8y9lh34g URL
|
||||
http://beta.quicklisp.org/archive/nibbles/2018-04-30/nibbles-20180430-git.tgz
|
||||
MD5 8d8d1cc72ce11253d01854219ea20a06 NAME nibbles FILENAME nibbles DEPS
|
||||
((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20180430-git SIBLINGS NIL
|
||||
PARASITES (nibbles/tests)) */
|
||||
|
||||
Reference in New Issue
Block a user