lispPackages.quicklisp.quicklispdist: 2018-08-31 -> 2019-01-07
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''clack'';
|
||||
version = ''20180831-git'';
|
||||
version = ''20181018-git'';
|
||||
|
||||
description = ''Web application environment for Common Lisp'';
|
||||
|
||||
deps = [ args."alexandria" args."bordeaux-threads" args."ironclad" args."lack" args."lack-component" args."lack-middleware-backtrace" args."lack-util" args."nibbles" args."uiop" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/clack/2018-08-31/clack-20180831-git.tgz'';
|
||||
sha256 = ''0pfpm3l7l47j0mmwimy7c61ym8lg5m1dkzmz394snyywzcx54647'';
|
||||
url = ''http://beta.quicklisp.org/archive/clack/2018-10-18/clack-20181018-git.tgz'';
|
||||
sha256 = ''1f16i1pdqkh56ahnhxni3182q089d7ya8gxv4vyczsjzw93yakcf'';
|
||||
};
|
||||
|
||||
packageName = "clack";
|
||||
@@ -18,9 +18,9 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM clack DESCRIPTION Web application environment for Common Lisp SHA256
|
||||
0pfpm3l7l47j0mmwimy7c61ym8lg5m1dkzmz394snyywzcx54647 URL
|
||||
http://beta.quicklisp.org/archive/clack/2018-08-31/clack-20180831-git.tgz
|
||||
MD5 5042ece3b0a8b07cb4b318fbc250b4fe NAME clack FILENAME clack DEPS
|
||||
1f16i1pdqkh56ahnhxni3182q089d7ya8gxv4vyczsjzw93yakcf URL
|
||||
http://beta.quicklisp.org/archive/clack/2018-10-18/clack-20181018-git.tgz
|
||||
MD5 16121d921667ee8d0d70324da7281849 NAME clack FILENAME clack DEPS
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
||||
(NAME ironclad FILENAME ironclad) (NAME lack FILENAME lack)
|
||||
@@ -31,7 +31,7 @@ rec {
|
||||
DEPENDENCIES
|
||||
(alexandria bordeaux-threads ironclad lack lack-component
|
||||
lack-middleware-backtrace lack-util nibbles uiop)
|
||||
VERSION 20180831-git SIBLINGS
|
||||
VERSION 20181018-git SIBLINGS
|
||||
(clack-handler-fcgi clack-handler-hunchentoot clack-handler-toot
|
||||
clack-handler-wookie clack-socket clack-test clack-v1-compat
|
||||
t-clack-handler-fcgi t-clack-handler-hunchentoot t-clack-handler-toot
|
||||
|
||||
Reference in New Issue
Block a user