lispPackages.quicklisp.quicklispdist: 2018-08-31 -> 2019-01-07
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''http-body'';
|
||||
version = ''20161204-git'';
|
||||
version = ''20181210-git'';
|
||||
|
||||
description = ''HTTP POST data parser for Common Lisp'';
|
||||
|
||||
deps = [ args."alexandria" args."babel" args."cffi" args."cffi-grovel" args."cffi-toolchain" args."cl-annot" args."cl-ppcre" args."cl-syntax" args."cl-syntax-annot" args."cl-utilities" args."fast-http" args."fast-io" args."flexi-streams" args."jonathan" args."named-readtables" args."proc-parse" args."quri" args."smart-buffer" args."split-sequence" args."static-vectors" args."trivial-features" args."trivial-gray-streams" args."trivial-types" args."xsubseq" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/http-body/2016-12-04/http-body-20161204-git.tgz'';
|
||||
sha256 = ''1y50yipsbl4j99igmfi83pr7p56hb31dcplpy05fp5alkb5rv0gi'';
|
||||
url = ''http://beta.quicklisp.org/archive/http-body/2018-12-10/http-body-20181210-git.tgz'';
|
||||
sha256 = ''170w8rcabf72yq2w9a8134n1sgy7mgirkdj9fzwbr29gqv93plcz'';
|
||||
};
|
||||
|
||||
packageName = "http-body";
|
||||
@@ -18,9 +18,9 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM http-body DESCRIPTION HTTP POST data parser for Common Lisp SHA256
|
||||
1y50yipsbl4j99igmfi83pr7p56hb31dcplpy05fp5alkb5rv0gi URL
|
||||
http://beta.quicklisp.org/archive/http-body/2016-12-04/http-body-20161204-git.tgz
|
||||
MD5 6eda50cf89aa3b6a8e9ccaf324734a0e NAME http-body FILENAME http-body DEPS
|
||||
170w8rcabf72yq2w9a8134n1sgy7mgirkdj9fzwbr29gqv93plcz URL
|
||||
http://beta.quicklisp.org/archive/http-body/2018-12-10/http-body-20181210-git.tgz
|
||||
MD5 9699bbb11386c6e4d5cf35bea30dbf7f NAME http-body FILENAME http-body DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME cffi FILENAME cffi) (NAME cffi-grovel FILENAME cffi-grovel)
|
||||
(NAME cffi-toolchain FILENAME cffi-toolchain)
|
||||
@@ -46,4 +46,4 @@ rec {
|
||||
jonathan named-readtables proc-parse quri smart-buffer split-sequence
|
||||
static-vectors trivial-features trivial-gray-streams trivial-types
|
||||
xsubseq)
|
||||
VERSION 20161204-git SIBLINGS (http-body-test) PARASITES NIL) */
|
||||
VERSION 20181210-git SIBLINGS (http-body-test) PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user