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 = ''cl-csv'';
|
||||
version = ''20170403-git'';
|
||||
version = ''20180131-git'';
|
||||
|
||||
parasites = [ "cl-csv-test" ];
|
||||
parasites = [ "cl-csv/test" ];
|
||||
|
||||
description = ''Facilities for reading and writing CSV format files'';
|
||||
|
||||
deps = [ args."alexandria" args."cl-interpol" args."cl-ppcre" args."cl-unicode" args."flexi-streams" args."iterate" args."lisp-unit2" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-csv/2017-04-03/cl-csv-20170403-git.tgz'';
|
||||
sha256 = ''1mz0hr0r7yxw1dzdbaqzxabmipp286zc6aglni9f46isjwmqpy6h'';
|
||||
url = ''http://beta.quicklisp.org/archive/cl-csv/2018-01-31/cl-csv-20180131-git.tgz'';
|
||||
sha256 = ''0i912ch1mvms5iynmxrlxclzc325n3zsn3y9qdszh5lhpmw043wh'';
|
||||
};
|
||||
|
||||
packageName = "cl-csv";
|
||||
@@ -21,9 +21,9 @@ rec {
|
||||
}
|
||||
/* (SYSTEM cl-csv DESCRIPTION
|
||||
Facilities for reading and writing CSV format files SHA256
|
||||
1mz0hr0r7yxw1dzdbaqzxabmipp286zc6aglni9f46isjwmqpy6h URL
|
||||
http://beta.quicklisp.org/archive/cl-csv/2017-04-03/cl-csv-20170403-git.tgz
|
||||
MD5 1e71a90c5057371fab044d440c39f0a3 NAME cl-csv FILENAME cl-csv DEPS
|
||||
0i912ch1mvms5iynmxrlxclzc325n3zsn3y9qdszh5lhpmw043wh URL
|
||||
http://beta.quicklisp.org/archive/cl-csv/2018-01-31/cl-csv-20180131-git.tgz
|
||||
MD5 0be8956ee31e03436f8a2190387bad46 NAME cl-csv FILENAME cl-csv DEPS
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
(NAME cl-interpol FILENAME cl-interpol) (NAME cl-ppcre FILENAME cl-ppcre)
|
||||
(NAME cl-unicode FILENAME cl-unicode)
|
||||
@@ -32,5 +32,5 @@ rec {
|
||||
DEPENDENCIES
|
||||
(alexandria cl-interpol cl-ppcre cl-unicode flexi-streams iterate
|
||||
lisp-unit2)
|
||||
VERSION 20170403-git SIBLINGS (cl-csv-clsql cl-csv-data-table) PARASITES
|
||||
(cl-csv-test)) */
|
||||
VERSION 20180131-git SIBLINGS (cl-csv-clsql cl-csv-data-table) PARASITES
|
||||
(cl-csv/test)) */
|
||||
|
||||
Reference in New Issue
Block a user