summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/string-case.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-09-12 11:47:19 +0300
committerMichael Raskin <7c6f434c@mail.ru>2018-09-12 11:52:43 +0300
commit5048b0d1f9e908665a01c35f49b2d9816128e089 (patch)
tree577fec864e12a94e48dfea05e0885ab7192f1713 /pkgs/development/lisp-modules/quicklisp-to-nix-output/string-case.nix
parentee6ecb0eafd65637140c898ae563a2d2c0f530d2 (diff)
downloadnixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.gz
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.bz2
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.lz
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.xz
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.zst
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.zip
lispPackages.quicklisp: 2018-04-30 -> 2018-08-31 ; regenerate packages
Added a wrapper package that creates symlinks to OpenSSL libraries with
the actual versions, because we have 1.0.2 with .so-suffix .1.0.0 and
cl-async-ssl is unhappy because of that.

I continue to dislike cl-postgres and simple-date upstream packaging.
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/string-case.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/string-case.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/string-case.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/string-case.nix
index 9cc6338c8b8..17a56c09b7e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/string-case.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/string-case.nix
@@ -1,15 +1,15 @@
-{ fetchurl, ... }:
+args @ { fetchurl, ... }:
 rec {
   baseName = ''string-case'';
-  version = ''20151218-git'';
+  version = ''20180711-git'';
 
   description = ''string-case is a macro that generates specialised decision trees to dispatch on string equality'';
 
   deps = [ ];
 
   src = fetchurl {
-    url = ''http://beta.quicklisp.org/archive/string-case/2015-12-18/string-case-20151218-git.tgz'';
-    sha256 = ''0l7bcysm1hwxaxxbld9fs0hj30739wf2ys3n6fhfdy9m5rz1cfbw'';
+    url = ''http://beta.quicklisp.org/archive/string-case/2018-07-11/string-case-20180711-git.tgz'';
+    sha256 = ''1n36ign4bv0idw14zyayn6i0n3iaff9yw92kpjh3qmdcq3asv90z'';
   };
 
   packageName = "string-case";
@@ -19,7 +19,7 @@ rec {
 }
 /* (SYSTEM string-case DESCRIPTION
     string-case is a macro that generates specialised decision trees to dispatch on string equality
-    SHA256 0l7bcysm1hwxaxxbld9fs0hj30739wf2ys3n6fhfdy9m5rz1cfbw URL
-    http://beta.quicklisp.org/archive/string-case/2015-12-18/string-case-20151218-git.tgz
-    MD5 fb747ba1276f0173f875876425b1acc3 NAME string-case FILENAME string-case
-    DEPS NIL DEPENDENCIES NIL VERSION 20151218-git SIBLINGS NIL PARASITES NIL) */
+    SHA256 1n36ign4bv0idw14zyayn6i0n3iaff9yw92kpjh3qmdcq3asv90z URL
+    http://beta.quicklisp.org/archive/string-case/2018-07-11/string-case-20180711-git.tgz
+    MD5 145c4e13f1e90a070b0a95ca979a9680 NAME string-case FILENAME string-case
+    DEPS NIL DEPENDENCIES NIL VERSION 20180711-git SIBLINGS NIL PARASITES NIL) */