mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-28 20:16:41 +03:00
lispPackages: update distinfo
This commit is contained in:
parent
46c80bfee6
commit
43e76027b9
74 changed files with 674 additions and 554 deletions
|
@ -1,7 +1,7 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-postgres'';
|
||||
version = ''postmodern-20190521-git'';
|
||||
version = ''postmodern-20191227-git'';
|
||||
|
||||
parasites = [ "cl-postgres/tests" ];
|
||||
|
||||
|
@ -10,8 +10,8 @@ rec {
|
|||
deps = [ args."fiveam" args."md5" args."split-sequence" args."usocket" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/postmodern/2019-05-21/postmodern-20190521-git.tgz'';
|
||||
sha256 = ''1vphrizbhbs3r5rq4b8dh4149bz11h5xxilragwf4l2i619k3cp5'';
|
||||
url = ''http://beta.quicklisp.org/archive/postmodern/2019-12-27/postmodern-20191227-git.tgz'';
|
||||
sha256 = ''1p44aphx7y0lh018pk2r9w006vinc5yrfrp1m9l9648p2jxiw1c4'';
|
||||
};
|
||||
|
||||
packageName = "cl-postgres";
|
||||
|
@ -20,13 +20,13 @@ rec {
|
|||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-postgres DESCRIPTION Low-level client library for PostgreSQL
|
||||
SHA256 1vphrizbhbs3r5rq4b8dh4149bz11h5xxilragwf4l2i619k3cp5 URL
|
||||
http://beta.quicklisp.org/archive/postmodern/2019-05-21/postmodern-20190521-git.tgz
|
||||
MD5 102567f386757cd52aca500c0c348d90 NAME cl-postgres FILENAME cl-postgres
|
||||
SHA256 1p44aphx7y0lh018pk2r9w006vinc5yrfrp1m9l9648p2jxiw1c4 URL
|
||||
http://beta.quicklisp.org/archive/postmodern/2019-12-27/postmodern-20191227-git.tgz
|
||||
MD5 67b909de432e6414e7832eed18f9ad18 NAME cl-postgres FILENAME cl-postgres
|
||||
DEPS
|
||||
((NAME fiveam FILENAME fiveam) (NAME md5 FILENAME md5)
|
||||
(NAME split-sequence FILENAME split-sequence)
|
||||
(NAME usocket FILENAME usocket))
|
||||
DEPENDENCIES (fiveam md5 split-sequence usocket) VERSION
|
||||
postmodern-20190521-git SIBLINGS (postmodern s-sql simple-date) PARASITES
|
||||
postmodern-20191227-git SIBLINGS (postmodern s-sql simple-date) PARASITES
|
||||
(cl-postgres/tests)) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue