summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/postmodern.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-05-10 18:10:49 +0200
committerMichael Raskin <7c6f434c@mail.ru>2021-05-10 18:17:21 +0200
commit3fde66cd0cccfcd02ca6a9d205477ec3bf4da32e (patch)
tree0e0a92b8c0388ce8eeeafe1314f4a654d57523e6 /pkgs/development/lisp-modules/quicklisp-to-nix-output/postmodern.nix
parentacd5e6707e93c6b0928c96bc43057e91fa0bcee0 (diff)
downloadnixpkgs-3fde66cd0cccfcd02ca6a9d205477ec3bf4da32e.tar
nixpkgs-3fde66cd0cccfcd02ca6a9d205477ec3bf4da32e.tar.gz
nixpkgs-3fde66cd0cccfcd02ca6a9d205477ec3bf4da32e.tar.bz2
nixpkgs-3fde66cd0cccfcd02ca6a9d205477ec3bf4da32e.tar.lz
nixpkgs-3fde66cd0cccfcd02ca6a9d205477ec3bf4da32e.tar.xz
nixpkgs-3fde66cd0cccfcd02ca6a9d205477ec3bf4da32e.tar.zst
nixpkgs-3fde66cd0cccfcd02ca6a9d205477ec3bf4da32e.zip
lispPackages.quicklisp: distinfo 2021-02-28 -> 2021-04-11,
quicklispPackages: regenerate,
lispPackages.nyxt: 2021-03-27 -> 2021-05-06, use upstream Makefile
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/postmodern.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/postmodern.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/postmodern.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/postmodern.nix
index f530d71eb68..245cb109a32 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/postmodern.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/postmodern.nix
@@ -2,7 +2,7 @@
 args @ { fetchurl, ... }:
 rec {
   baseName = "postmodern";
-  version = "20210124-git";
+  version = "20210411-git";
 
   parasites = [ "postmodern/tests" ];
 
@@ -11,8 +11,8 @@ rec {
   deps = [ args."alexandria" args."bordeaux-threads" args."cl-base64" args."cl-postgres" args."cl-postgres_plus_local-time" args."cl-postgres_slash_tests" args."cl-ppcre" args."cl-unicode" args."closer-mop" args."fiveam" args."flexi-streams" args."global-vars" args."ironclad" args."local-time" args."md5" args."s-sql" args."s-sql_slash_tests" 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/2021-01-24/postmodern-20210124-git.tgz";
-    sha256 = "1fl103fga5iq2gf1p15xvbrmmjrcv2bbi3lz1zv32j6smy5aymhc";
+    url = "http://beta.quicklisp.org/archive/postmodern/2021-04-11/postmodern-20210411-git.tgz";
+    sha256 = "0q8izkkddmqq5sw55chkx6jrycawgchaknik5i84vynv50zirsbw";
   };
 
   packageName = "postmodern";
@@ -21,9 +21,9 @@ rec {
   overrides = x: x;
 }
 /* (SYSTEM postmodern DESCRIPTION PostgreSQL programming API SHA256
-    1fl103fga5iq2gf1p15xvbrmmjrcv2bbi3lz1zv32j6smy5aymhc URL
-    http://beta.quicklisp.org/archive/postmodern/2021-01-24/postmodern-20210124-git.tgz
-    MD5 05c2c5f4d2354a5fa69a32b7b96f8ff8 NAME postmodern FILENAME postmodern
+    0q8izkkddmqq5sw55chkx6jrycawgchaknik5i84vynv50zirsbw URL
+    http://beta.quicklisp.org/archive/postmodern/2021-04-11/postmodern-20210411-git.tgz
+    MD5 8a75a05ba9e371f672f2620d40724cb2 NAME postmodern FILENAME postmodern
     DEPS
     ((NAME alexandria FILENAME alexandria)
      (NAME bordeaux-threads FILENAME bordeaux-threads)
@@ -46,5 +46,5 @@ rec {
      cl-postgres/tests cl-ppcre cl-unicode closer-mop fiveam flexi-streams
      global-vars ironclad local-time md5 s-sql s-sql/tests simple-date
      simple-date/postgres-glue split-sequence uax-15 usocket)
-    VERSION 20210124-git SIBLINGS (cl-postgres s-sql simple-date) PARASITES
+    VERSION 20210411-git SIBLINGS (cl-postgres s-sql simple-date) PARASITES
     (postmodern/tests)) */