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,15 +1,17 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''local-time'';
|
||||
version = ''20170725-git'';
|
||||
version = ''20180131-git'';
|
||||
|
||||
parasites = [ "local-time/test" ];
|
||||
|
||||
description = ''A library for manipulating dates and times, based on a paper by Erik Naggum'';
|
||||
|
||||
deps = [ args."alexandria" args."bordeaux-threads" args."cl-fad" ];
|
||||
deps = [ args."alexandria" args."bordeaux-threads" args."cl-fad" args."stefil" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/local-time/2017-07-25/local-time-20170725-git.tgz'';
|
||||
sha256 = ''05axwla93m5jml9lw6ljwzjhcl8pshfzxyqkvyj1w5l9klh569p9'';
|
||||
url = ''http://beta.quicklisp.org/archive/local-time/2018-01-31/local-time-20180131-git.tgz'';
|
||||
sha256 = ''1i8km0ndqk1kx914n0chi4c3kkk6m0zk0kplh87fgzwn4lh79rpr'';
|
||||
};
|
||||
|
||||
packageName = "local-time";
|
||||
@@ -19,12 +21,12 @@ rec {
|
||||
}
|
||||
/* (SYSTEM local-time DESCRIPTION
|
||||
A library for manipulating dates and times, based on a paper by Erik Naggum
|
||||
SHA256 05axwla93m5jml9lw6ljwzjhcl8pshfzxyqkvyj1w5l9klh569p9 URL
|
||||
http://beta.quicklisp.org/archive/local-time/2017-07-25/local-time-20170725-git.tgz
|
||||
MD5 77a79ed1036bc3547f5174f2256c8e93 NAME local-time FILENAME local-time
|
||||
SHA256 1i8km0ndqk1kx914n0chi4c3kkk6m0zk0kplh87fgzwn4lh79rpr URL
|
||||
http://beta.quicklisp.org/archive/local-time/2018-01-31/local-time-20180131-git.tgz
|
||||
MD5 61982a1f2b29793e00369d9c2b6d1b12 NAME local-time FILENAME local-time
|
||||
DEPS
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
||||
(NAME cl-fad FILENAME cl-fad))
|
||||
DEPENDENCIES (alexandria bordeaux-threads cl-fad) VERSION 20170725-git
|
||||
SIBLINGS (cl-postgres+local-time local-time.test) PARASITES NIL) */
|
||||
(NAME cl-fad FILENAME cl-fad) (NAME stefil FILENAME stefil))
|
||||
DEPENDENCIES (alexandria bordeaux-threads cl-fad stefil) VERSION
|
||||
20180131-git SIBLINGS (cl-postgres+local-time) PARASITES (local-time/test)) */
|
||||
|
||||
Reference in New Issue
Block a user