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 = ''do-urlencode'';
|
||||
version = ''20130720-git'';
|
||||
version = ''20170830-git'';
|
||||
|
||||
description = ''Percent Encoding (aka URL Encoding) library'';
|
||||
|
||||
deps = [ args."alexandria" args."babel" args."babel-streams" args."trivial-features" args."trivial-gray-streams" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/do-urlencode/2013-07-20/do-urlencode-20130720-git.tgz'';
|
||||
sha256 = ''19l4rwqc52w7nrpy994b3n2dcv8pjgc530yn2xmgqlqabpxpz3xa'';
|
||||
url = ''http://beta.quicklisp.org/archive/do-urlencode/2017-08-30/do-urlencode-20170830-git.tgz'';
|
||||
sha256 = ''1584prmmz601fp396qxrivylb7nrnclg9rnwrsnwiij79v6zz40n'';
|
||||
};
|
||||
|
||||
packageName = "do-urlencode";
|
||||
@@ -18,9 +18,9 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM do-urlencode DESCRIPTION Percent Encoding (aka URL Encoding) library
|
||||
SHA256 19l4rwqc52w7nrpy994b3n2dcv8pjgc530yn2xmgqlqabpxpz3xa URL
|
||||
http://beta.quicklisp.org/archive/do-urlencode/2013-07-20/do-urlencode-20130720-git.tgz
|
||||
MD5 c8085e138711c225042acf83b4bf0507 NAME do-urlencode FILENAME
|
||||
SHA256 1584prmmz601fp396qxrivylb7nrnclg9rnwrsnwiij79v6zz40n URL
|
||||
http://beta.quicklisp.org/archive/do-urlencode/2017-08-30/do-urlencode-20170830-git.tgz
|
||||
MD5 071a18bb58ed5c7d5184b34e672b5d91 NAME do-urlencode FILENAME
|
||||
do-urlencode DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME babel-streams FILENAME babel-streams)
|
||||
@@ -28,4 +28,4 @@ rec {
|
||||
(NAME trivial-gray-streams FILENAME trivial-gray-streams))
|
||||
DEPENDENCIES
|
||||
(alexandria babel babel-streams trivial-features trivial-gray-streams)
|
||||
VERSION 20130720-git SIBLINGS NIL PARASITES NIL) */
|
||||
VERSION 20170830-git SIBLINGS NIL PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user