mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-28 12:06:38 +03:00
quicklispPackages: regenerate
This commit is contained in:
parent
571d45fea6
commit
a8d38f8f07
155 changed files with 1497 additions and 1868 deletions
|
@ -1,17 +1,17 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-postgres'';
|
||||
version = ''postmodern-20191227-git'';
|
||||
version = ''postmodern-20201016-git'';
|
||||
|
||||
parasites = [ "cl-postgres/tests" ];
|
||||
parasites = [ "cl-postgres/simple-date-tests" "cl-postgres/tests" ];
|
||||
|
||||
description = ''Low-level client library for PostgreSQL'';
|
||||
|
||||
deps = [ args."fiveam" args."md5" args."split-sequence" args."usocket" ];
|
||||
deps = [ args."alexandria" args."bordeaux-threads" args."cl-base64" args."cl-ppcre" args."fiveam" args."ironclad" args."md5" args."simple-date" args."simple-date_slash_postgres-glue" args."split-sequence" args."uax-15" args."usocket" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/postmodern/2019-12-27/postmodern-20191227-git.tgz'';
|
||||
sha256 = ''1p44aphx7y0lh018pk2r9w006vinc5yrfrp1m9l9648p2jxiw1c4'';
|
||||
url = ''http://beta.quicklisp.org/archive/postmodern/2020-10-16/postmodern-20201016-git.tgz'';
|
||||
sha256 = ''1svaiksbqcaq8sh7q6sj9kzazdfl360zqr2nzhwbgy4xnaj4vf3n'';
|
||||
};
|
||||
|
||||
packageName = "cl-postgres";
|
||||
|
@ -20,13 +20,20 @@ rec {
|
|||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-postgres DESCRIPTION Low-level client library for PostgreSQL
|
||||
SHA256 1p44aphx7y0lh018pk2r9w006vinc5yrfrp1m9l9648p2jxiw1c4 URL
|
||||
http://beta.quicklisp.org/archive/postmodern/2019-12-27/postmodern-20191227-git.tgz
|
||||
MD5 67b909de432e6414e7832eed18f9ad18 NAME cl-postgres FILENAME cl-postgres
|
||||
SHA256 1svaiksbqcaq8sh7q6sj9kzazdfl360zqr2nzhwbgy4xnaj4vf3n URL
|
||||
http://beta.quicklisp.org/archive/postmodern/2020-10-16/postmodern-20201016-git.tgz
|
||||
MD5 f61e827d7e7ba023f6fbc7c2667de4c8 NAME cl-postgres FILENAME cl-postgres
|
||||
DEPS
|
||||
((NAME fiveam FILENAME fiveam) (NAME md5 FILENAME md5)
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
||||
(NAME cl-base64 FILENAME cl-base64) (NAME cl-ppcre FILENAME cl-ppcre)
|
||||
(NAME fiveam FILENAME fiveam) (NAME ironclad FILENAME ironclad)
|
||||
(NAME md5 FILENAME md5) (NAME simple-date FILENAME simple-date)
|
||||
(NAME simple-date/postgres-glue FILENAME simple-date_slash_postgres-glue)
|
||||
(NAME split-sequence FILENAME split-sequence)
|
||||
(NAME usocket FILENAME usocket))
|
||||
DEPENDENCIES (fiveam md5 split-sequence usocket) VERSION
|
||||
postmodern-20191227-git SIBLINGS (postmodern s-sql simple-date) PARASITES
|
||||
(cl-postgres/tests)) */
|
||||
(NAME uax-15 FILENAME uax-15) (NAME usocket FILENAME usocket))
|
||||
DEPENDENCIES
|
||||
(alexandria bordeaux-threads cl-base64 cl-ppcre fiveam ironclad md5
|
||||
simple-date simple-date/postgres-glue split-sequence uax-15 usocket)
|
||||
VERSION postmodern-20201016-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