aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix33
1 files changed, 20 insertions, 13 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix b/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix
index 9ef0248157ab..85212e613284 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix
@@ -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)) */