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,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''lquery'';
|
||||
version = ''20170630-git'';
|
||||
version = ''20180131-git'';
|
||||
|
||||
description = ''A library to allow jQuery-like HTML/DOM manipulation.'';
|
||||
|
||||
deps = [ args."array-utils" args."clss" args."form-fiddle" args."plump" ];
|
||||
deps = [ args."array-utils" args."clss" args."documentation-utils" args."form-fiddle" args."plump" args."trivial-indent" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/lquery/2017-06-30/lquery-20170630-git.tgz'';
|
||||
sha256 = ''19lpzjidg31lw61b78vdsqzrsdw2js4a9s7zzr5049jpzbspszjm'';
|
||||
url = ''http://beta.quicklisp.org/archive/lquery/2018-01-31/lquery-20180131-git.tgz'';
|
||||
sha256 = ''1v5mmdx7a1ngydkcs3c5anmqrl0jxc52b8jisc2f0b5k0j1kgmm9'';
|
||||
};
|
||||
|
||||
packageName = "lquery";
|
||||
@@ -19,10 +19,13 @@ rec {
|
||||
}
|
||||
/* (SYSTEM lquery DESCRIPTION
|
||||
A library to allow jQuery-like HTML/DOM manipulation. SHA256
|
||||
19lpzjidg31lw61b78vdsqzrsdw2js4a9s7zzr5049jpzbspszjm URL
|
||||
http://beta.quicklisp.org/archive/lquery/2017-06-30/lquery-20170630-git.tgz
|
||||
MD5 aeb03cb5174d682092683da488531a9c NAME lquery FILENAME lquery DEPS
|
||||
1v5mmdx7a1ngydkcs3c5anmqrl0jxc52b8jisc2f0b5k0j1kgmm9 URL
|
||||
http://beta.quicklisp.org/archive/lquery/2018-01-31/lquery-20180131-git.tgz
|
||||
MD5 07e92aad32c4d12c4699956b57dbc9b8 NAME lquery FILENAME lquery DEPS
|
||||
((NAME array-utils FILENAME array-utils) (NAME clss FILENAME clss)
|
||||
(NAME form-fiddle FILENAME form-fiddle) (NAME plump FILENAME plump))
|
||||
DEPENDENCIES (array-utils clss form-fiddle plump) VERSION 20170630-git
|
||||
SIBLINGS (lquery-test) PARASITES NIL) */
|
||||
(NAME documentation-utils FILENAME documentation-utils)
|
||||
(NAME form-fiddle FILENAME form-fiddle) (NAME plump FILENAME plump)
|
||||
(NAME trivial-indent FILENAME trivial-indent))
|
||||
DEPENDENCIES
|
||||
(array-utils clss documentation-utils form-fiddle plump trivial-indent)
|
||||
VERSION 20180131-git SIBLINGS (lquery-test) PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user