summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.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/lquery.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/lquery.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
index 1ca094d139d..ad335774cbb 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
@@ -1,15 +1,15 @@
 args @ { fetchurl, ... }:
 rec {
   baseName = ''lquery'';
-  version = ''20180131-git'';
+  version = ''20180831-git'';
 
   description = ''A library to allow jQuery-like HTML/DOM manipulation.'';
 
   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/2018-01-31/lquery-20180131-git.tgz'';
-    sha256 = ''1v5mmdx7a1ngydkcs3c5anmqrl0jxc52b8jisc2f0b5k0j1kgmm9'';
+    url = ''http://beta.quicklisp.org/archive/lquery/2018-08-31/lquery-20180831-git.tgz'';
+    sha256 = ''1nb2hvcw043qlqxch7lky67k0r9gxjwaggkm8hfznlijbkgbfy2v'';
   };
 
   packageName = "lquery";
@@ -19,13 +19,13 @@ rec {
 }
 /* (SYSTEM lquery DESCRIPTION
     A library to allow jQuery-like HTML/DOM manipulation. SHA256
-    1v5mmdx7a1ngydkcs3c5anmqrl0jxc52b8jisc2f0b5k0j1kgmm9 URL
-    http://beta.quicklisp.org/archive/lquery/2018-01-31/lquery-20180131-git.tgz
-    MD5 07e92aad32c4d12c4699956b57dbc9b8 NAME lquery FILENAME lquery DEPS
+    1nb2hvcw043qlqxch7lky67k0r9gxjwaggkm8hfznlijbkgbfy2v URL
+    http://beta.quicklisp.org/archive/lquery/2018-08-31/lquery-20180831-git.tgz
+    MD5 d0d3efa47f151afeb754c4bc0c059acf NAME lquery FILENAME lquery DEPS
     ((NAME array-utils FILENAME array-utils) (NAME clss FILENAME clss)
      (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) */
+    VERSION 20180831-git SIBLINGS (lquery-test) PARASITES NIL) */