summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/xembed.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2019-08-25 22:53:20 +0300
committerMichael Raskin <7c6f434c@mail.ru>2019-08-25 22:53:27 +0300
commite6878f36d895214ee53fad03393512617c11c495 (patch)
treeb9b809a51dbb1a283e0d8b91a248e24841f6cb61 /pkgs/development/lisp-modules/quicklisp-to-nix-output/xembed.nix
parent26e64d31860fd0ba5de103fbd6931bee9f377651 (diff)
downloadnixpkgs-e6878f36d895214ee53fad03393512617c11c495.tar
nixpkgs-e6878f36d895214ee53fad03393512617c11c495.tar.gz
nixpkgs-e6878f36d895214ee53fad03393512617c11c495.tar.bz2
nixpkgs-e6878f36d895214ee53fad03393512617c11c495.tar.lz
nixpkgs-e6878f36d895214ee53fad03393512617c11c495.tar.xz
nixpkgs-e6878f36d895214ee53fad03393512617c11c495.tar.zst
nixpkgs-e6878f36d895214ee53fad03393512617c11c495.zip
lispPackages: update to Quicklisp release 2019-07-11
Fixes:

Survive empty ASDF description (UIOP)
Patch "split-sequence" that misses :serial
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/xembed.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/xembed.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xembed.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xembed.nix
index 4c88e839bda..9854567fd5b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xembed.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xembed.nix
@@ -1,15 +1,15 @@
 args @ { fetchurl, ... }:
 rec {
   baseName = ''xembed'';
-  version = ''clx-20120909-git'';
+  version = ''clx-20190307-git'';
 
-  description = '''';
+  description = ''An implementation of the XEMBED protocol that integrates with CLX.'';
 
   deps = [ args."clx" ];
 
   src = fetchurl {
-    url = ''http://beta.quicklisp.org/archive/clx-xembed/2012-09-09/clx-xembed-20120909-git.tgz'';
-    sha256 = ''06h2md0lb0sribpkg5k7z7fnc02k0ssaswcimg2ya8wqypj4rlbb'';
+    url = ''http://beta.quicklisp.org/archive/clx-xembed/2019-03-07/clx-xembed-20190307-git.tgz'';
+    sha256 = ''1a0yy707qdb7sw20lavmhlass3n3ds2pn52jxdkrvpgg358waf3j'';
   };
 
   packageName = "xembed";
@@ -17,9 +17,10 @@ rec {
   asdFilesToKeep = ["xembed.asd"];
   overrides = x: x;
 }
-/* (SYSTEM xembed DESCRIPTION NIL SHA256
-    06h2md0lb0sribpkg5k7z7fnc02k0ssaswcimg2ya8wqypj4rlbb URL
-    http://beta.quicklisp.org/archive/clx-xembed/2012-09-09/clx-xembed-20120909-git.tgz
-    MD5 4270362697093017ac0243b71e3576f9 NAME xembed FILENAME xembed DEPS
-    ((NAME clx FILENAME clx)) DEPENDENCIES (clx) VERSION clx-20120909-git
+/* (SYSTEM xembed DESCRIPTION
+    An implementation of the XEMBED protocol that integrates with CLX. SHA256
+    1a0yy707qdb7sw20lavmhlass3n3ds2pn52jxdkrvpgg358waf3j URL
+    http://beta.quicklisp.org/archive/clx-xembed/2019-03-07/clx-xembed-20190307-git.tgz
+    MD5 04304f828ea8970b6f5301fe78ed8e10 NAME xembed FILENAME xembed DEPS
+    ((NAME clx FILENAME clx)) DEPENDENCIES (clx) VERSION clx-20190307-git
     SIBLINGS NIL PARASITES NIL) */