quicklispPackages: regenerate

This commit is contained in:
Michael Raskin
2021-03-28 14:57:54 +02:00
parent e96cae7e3c
commit fad53e2961
306 changed files with 2245 additions and 1827 deletions
@@ -1,15 +1,15 @@
args @ { fetchurl, ... }:
rec {
baseName = "wookie";
version = "20191130-git";
baseName = ''wookie'';
version = ''20191130-git'';
description = "An evented webserver for Common Lisp.";
description = ''An evented webserver for Common Lisp.'';
deps = [ args."alexandria" args."babel" args."blackbird" args."bordeaux-threads" args."cffi" args."cffi-grovel" args."cffi-toolchain" args."chunga" args."cl-async" args."cl-async-base" args."cl-async-ssl" args."cl-async-util" args."cl-fad" args."cl-libuv" args."cl-ppcre" args."cl-utilities" args."do-urlencode" args."fast-http" args."fast-io" args."flexi-streams" args."proc-parse" args."quri" args."smart-buffer" args."split-sequence" args."static-vectors" args."trivial-features" args."trivial-gray-streams" args."vom" args."xsubseq" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/wookie/2019-11-30/wookie-20191130-git.tgz";
sha256 = "13f9fi7yv28lag79z03jrnm7aih2x5zwvh4hw9cadw75956975d2";
url = ''http://beta.quicklisp.org/archive/wookie/2019-11-30/wookie-20191130-git.tgz'';
sha256 = ''13f9fi7yv28lag79z03jrnm7aih2x5zwvh4hw9cadw75956975d2'';
};
packageName = "wookie";