lispPackages, lispPackages.quicklisp-to-nix: 2017-07-25 -> 2018-01-31
* update Quicklisp distinfo * regenerate packages * add cl-html-parse and closure-html * add proper mariadb library path to fix cl-mysql * escape memoization filenames for systems * lispPackages.cl-postgres: keep simple-date in the same package
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''nibbles'';
|
||||
version = ''20170403-git'';
|
||||
version = ''20171130-git'';
|
||||
|
||||
parasites = [ "nibbles-tests" ];
|
||||
parasites = [ "nibbles/tests" ];
|
||||
|
||||
description = ''A library for accessing octet-addressed blocks of data in big- and little-endian orders'';
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/nibbles/2017-04-03/nibbles-20170403-git.tgz'';
|
||||
sha256 = ''0bg7jwhqhm3qmpzk21gjv50sl0grdn68d770cqfs7in62ny35lk4'';
|
||||
url = ''http://beta.quicklisp.org/archive/nibbles/2017-11-30/nibbles-20171130-git.tgz'';
|
||||
sha256 = ''05ykyniak1m0whr7pnbhg53yblr5mny0crmh72bmgnvpmkm345zn'';
|
||||
};
|
||||
|
||||
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 0bg7jwhqhm3qmpzk21gjv50sl0grdn68d770cqfs7in62ny35lk4 URL
|
||||
http://beta.quicklisp.org/archive/nibbles/2017-04-03/nibbles-20170403-git.tgz
|
||||
MD5 5683a0a5510860a036b2a272036cda87 NAME nibbles FILENAME nibbles DEPS NIL
|
||||
DEPENDENCIES NIL VERSION 20170403-git SIBLINGS NIL PARASITES
|
||||
(nibbles-tests)) */
|
||||
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)) */
|
||||
|
||||
Reference in New Issue
Block a user