mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 03:26:08 +03:00
lispPackages.quicklisp: 2018-01-31 -> 2018-04-30; regenerate packages
This commit is contained in:
parent
39e9de1b85
commit
a4867b30d1
86 changed files with 1231 additions and 719 deletions
|
@ -1,7 +1,7 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-postgres'';
|
||||
version = ''postmodern-20180131-git'';
|
||||
version = ''postmodern-20180430-git'';
|
||||
|
||||
parasites = [ "cl-postgres/simple-date-tests" "cl-postgres/tests" ];
|
||||
|
||||
|
@ -10,8 +10,8 @@ rec {
|
|||
deps = [ args."fiveam" args."md5" args."simple-date_slash_postgres-glue" args."split-sequence" args."usocket" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/postmodern/2018-01-31/postmodern-20180131-git.tgz'';
|
||||
sha256 = ''0mz5pm759py1iscfn44c00dal2fijkyp5479fpx9l6i7wrdx2mki'';
|
||||
url = ''http://beta.quicklisp.org/archive/postmodern/2018-04-30/postmodern-20180430-git.tgz'';
|
||||
sha256 = ''0b6w8f5ihbk036v1fclyskns615xhnib9q3cjn0ql6r6sk3nca7f'';
|
||||
};
|
||||
|
||||
packageName = "cl-postgres";
|
||||
|
@ -20,14 +20,14 @@ rec {
|
|||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-postgres DESCRIPTION Low-level client library for PostgreSQL
|
||||
SHA256 0mz5pm759py1iscfn44c00dal2fijkyp5479fpx9l6i7wrdx2mki URL
|
||||
http://beta.quicklisp.org/archive/postmodern/2018-01-31/postmodern-20180131-git.tgz
|
||||
MD5 a3b7bf25eb342cd49fe144fcd7ddcb16 NAME cl-postgres FILENAME cl-postgres
|
||||
SHA256 0b6w8f5ihbk036v1fclyskns615xhnib9q3cjn0ql6r6sk3nca7f URL
|
||||
http://beta.quicklisp.org/archive/postmodern/2018-04-30/postmodern-20180430-git.tgz
|
||||
MD5 9ca2a4ccf4ea7dbcd14d69cb355a8214 NAME cl-postgres FILENAME cl-postgres
|
||||
DEPS
|
||||
((NAME fiveam FILENAME fiveam) (NAME md5 FILENAME md5)
|
||||
(NAME simple-date/postgres-glue FILENAME simple-date_slash_postgres-glue)
|
||||
(NAME split-sequence FILENAME split-sequence)
|
||||
(NAME usocket FILENAME usocket))
|
||||
DEPENDENCIES (fiveam md5 simple-date/postgres-glue split-sequence usocket)
|
||||
VERSION postmodern-20180131-git SIBLINGS (postmodern s-sql simple-date)
|
||||
VERSION postmodern-20180430-git SIBLINGS (postmodern s-sql simple-date)
|
||||
PARASITES (cl-postgres/simple-date-tests cl-postgres/tests)) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue