quicklispPackages: regenerate
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "nibbles";
|
||||
version = "20200925-git";
|
||||
baseName = ''nibbles'';
|
||||
version = ''20210124-git'';
|
||||
|
||||
parasites = [ "nibbles/tests" ];
|
||||
|
||||
description = "A library for accessing octet-addressed blocks of data in big- and little-endian orders";
|
||||
description = ''A library for accessing octet-addressed blocks of data in big- and little-endian orders'';
|
||||
|
||||
deps = [ args."rt" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/nibbles/2020-09-25/nibbles-20200925-git.tgz";
|
||||
sha256 = "14k9hg8kmzwcb9b5aiwqhimc0zmcs3xp8q29sck8zklf8ziqaqb4";
|
||||
url = ''http://beta.quicklisp.org/archive/nibbles/2021-01-24/nibbles-20210124-git.tgz'';
|
||||
sha256 = ''0y3h4k7665w7b8ivmql9w6rz3ivfa3h8glk45sn6mwix55xmzp26'';
|
||||
};
|
||||
|
||||
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 14k9hg8kmzwcb9b5aiwqhimc0zmcs3xp8q29sck8zklf8ziqaqb4 URL
|
||||
http://beta.quicklisp.org/archive/nibbles/2020-09-25/nibbles-20200925-git.tgz
|
||||
MD5 2e6275cac23e28e24a25201d7d6e4ae2 NAME nibbles FILENAME nibbles DEPS
|
||||
((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20200925-git SIBLINGS NIL
|
||||
SHA256 0y3h4k7665w7b8ivmql9w6rz3ivfa3h8glk45sn6mwix55xmzp26 URL
|
||||
http://beta.quicklisp.org/archive/nibbles/2021-01-24/nibbles-20210124-git.tgz
|
||||
MD5 e37b58da46b4756006e790e658f35ea8 NAME nibbles FILENAME nibbles DEPS
|
||||
((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20210124-git SIBLINGS NIL
|
||||
PARASITES (nibbles/tests)) */
|
||||
|
||||
Reference in New Issue
Block a user