guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Update cl-salza2 to 2.1.


From: guix-commits
Subject: branch master updated: gnu: Update cl-salza2 to 2.1.
Date: Fri, 26 Nov 2021 07:47:36 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 38745de  gnu: Update cl-salza2 to 2.1.
38745de is described below

commit 38745deaec4a1a33c0e4de3c7caf1f1ae6894bd8
Author: Charles <charles.b.jackson@protonmail.com>
AuthorDate: Fri Nov 26 02:16:39 2021 -0600

    gnu: Update cl-salza2 to 2.1.
    
    * gnu/packages/lisp-xyz.scm (sbcl-salza2): Update to 2.1.
      [inputs]: Add trivial-gray-streams.
      [native-inputs]: Add chipz, flexi-streams and parachute.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9748293..b8e9a0e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9089,7 +9089,7 @@ ones.")
 (define-public sbcl-salza2
   (package
     (name "sbcl-salza2")
-    (version "2.0.9")
+    (version "2.1")
     (source
      (origin
        (method git-fetch)
@@ -9098,8 +9098,14 @@ ones.")
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0p38rj4gq7j5k807php7hrz7l2zyyfshv8i9yms7i8lkgg3433ki"))))
+        (base32 "1p48lxdibnps5rpyh5cmnk0vc77bmmxb32qdzfz93zadr8wwas10"))))
     (build-system asdf-build-system/sbcl)
+    (native-inputs
+     `(("chipz" ,sbcl-chipz)
+       ("flexi-streams" ,sbcl-flexi-streams)
+       ("parachute" ,sbcl-parachute)))
+    (inputs
+     `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
     (synopsis "Common Lisp library for zlib, deflate and gzip compression")
     (description
      "Salza2 is a Common Lisp library for creating compressed data in the zlib,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]