quicklispPackages: regenerate
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''woo'';
|
||||
version = ''20191130-git'';
|
||||
version = ''20200427-git'';
|
||||
|
||||
description = ''An asynchronous HTTP server written in Common Lisp'';
|
||||
|
||||
deps = [ args."alexandria" args."babel" args."bordeaux-threads" args."cffi" args."cffi-grovel" args."cffi-toolchain" args."cl-utilities" args."clack-socket" args."fast-http" args."fast-io" args."flexi-streams" args."lev" args."proc-parse" args."quri" args."smart-buffer" args."split-sequence" args."static-vectors" args."swap-bytes" args."trivial-features" args."trivial-gray-streams" args."trivial-utf-8" args."vom" args."xsubseq" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/woo/2019-11-30/woo-20191130-git.tgz'';
|
||||
sha256 = ''18pw094i6damqsjx0v9jymvib0dhlr5s5bly1dphfnvfz5czs6j2'';
|
||||
url = ''http://beta.quicklisp.org/archive/woo/2020-04-27/woo-20200427-git.tgz'';
|
||||
sha256 = ''1mmgwgf9n74zab96x1n4faij30l2vk19xy74fcp0xnpj4lrp7v29'';
|
||||
};
|
||||
|
||||
packageName = "woo";
|
||||
@@ -18,9 +18,9 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM woo DESCRIPTION An asynchronous HTTP server written in Common Lisp
|
||||
SHA256 18pw094i6damqsjx0v9jymvib0dhlr5s5bly1dphfnvfz5czs6j2 URL
|
||||
http://beta.quicklisp.org/archive/woo/2019-11-30/woo-20191130-git.tgz MD5
|
||||
a876d194ed1ccb7439e3f3b6da63760e NAME woo FILENAME woo DEPS
|
||||
SHA256 1mmgwgf9n74zab96x1n4faij30l2vk19xy74fcp0xnpj4lrp7v29 URL
|
||||
http://beta.quicklisp.org/archive/woo/2020-04-27/woo-20200427-git.tgz MD5
|
||||
9bbd96692e37dd61195f8bd57a654c65 NAME woo FILENAME woo DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
||||
(NAME cffi FILENAME cffi) (NAME cffi-grovel FILENAME cffi-grovel)
|
||||
@@ -43,4 +43,4 @@ rec {
|
||||
cl-utilities clack-socket fast-http fast-io flexi-streams lev proc-parse
|
||||
quri smart-buffer split-sequence static-vectors swap-bytes
|
||||
trivial-features trivial-gray-streams trivial-utf-8 vom xsubseq)
|
||||
VERSION 20191130-git SIBLINGS (clack-handler-woo woo-test) PARASITES NIL) */
|
||||
VERSION 20200427-git SIBLINGS (clack-handler-woo woo-test) PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user