summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-02-12 20:38:21 +0100
committerMichael Raskin <7c6f434c@mail.ru>2018-02-12 20:45:33 +0100
commitfb8379cc766feffc1c7a7528c5459ce1e42fd0b3 (patch)
treec02c00de38b56d274d197dc369813c5495b5a8f7 /pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
parent02b8929b70fc119fd0ecfc6e3afd36b1f9382bce (diff)
downloadnixlib-fb8379cc766feffc1c7a7528c5459ce1e42fd0b3.tar
nixlib-fb8379cc766feffc1c7a7528c5459ce1e42fd0b3.tar.gz
nixlib-fb8379cc766feffc1c7a7528c5459ce1e42fd0b3.tar.bz2
nixlib-fb8379cc766feffc1c7a7528c5459ce1e42fd0b3.tar.lz
nixlib-fb8379cc766feffc1c7a7528c5459ce1e42fd0b3.tar.xz
nixlib-fb8379cc766feffc1c7a7528c5459ce1e42fd0b3.tar.zst
nixlib-fb8379cc766feffc1c7a7528c5459ce1e42fd0b3.zip
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
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix18
1 files changed, 10 insertions, 8 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
index a239fe7e32b5..82d06b1c93b2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
@@ -1,7 +1,9 @@
 args @ { fetchurl, ... }:
 rec {
   baseName = ''named-readtables'';
-  version = ''20170124-git'';
+  version = ''20180131-git'';
+
+  parasites = [ "named-readtables/test" ];
 
   description = ''Library that creates a namespace for named readtable
   akin to the namespace of packages.'';
@@ -9,8 +11,8 @@ rec {
   deps = [ ];
 
   src = fetchurl {
-    url = ''http://beta.quicklisp.org/archive/named-readtables/2017-01-24/named-readtables-20170124-git.tgz'';
-    sha256 = ''1j0drddahdjab40dd9v9qy92xbvzwgbk6y3hv990sdp9f8ac1q45'';
+    url = ''http://beta.quicklisp.org/archive/named-readtables/2018-01-31/named-readtables-20180131-git.tgz'';
+    sha256 = ''1fhygm2q75m6my6appxmx097l7zlr3qxbgzbpa2mf9pr1qzwrgg5'';
   };
 
   packageName = "named-readtables";
@@ -21,8 +23,8 @@ rec {
 /* (SYSTEM named-readtables DESCRIPTION
     Library that creates a namespace for named readtable
   akin to the namespace of packages.
-    SHA256 1j0drddahdjab40dd9v9qy92xbvzwgbk6y3hv990sdp9f8ac1q45 URL
-    http://beta.quicklisp.org/archive/named-readtables/2017-01-24/named-readtables-20170124-git.tgz
-    MD5 1237a07f90e29939e48b595eaad2bd82 NAME named-readtables FILENAME
-    named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS
-    NIL PARASITES NIL) */
+    SHA256 1fhygm2q75m6my6appxmx097l7zlr3qxbgzbpa2mf9pr1qzwrgg5 URL
+    http://beta.quicklisp.org/archive/named-readtables/2018-01-31/named-readtables-20180131-git.tgz
+    MD5 46db18ba947dc0aba14c76471604448d NAME named-readtables FILENAME
+    named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20180131-git SIBLINGS
+    NIL PARASITES (named-readtables/test)) */