* [bug#52121] Update cl-salza2 to 2.1
@ 2021-11-26 8:22 Charles via Guix-patches via
2021-11-26 12:47 ` bug#52121: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2021-11-26 8:22 UTC (permalink / raw)
To: 52121
[-- Attachment #1.1: Type: text/plain, Size: 13 bytes --]
Empty Message
[-- Attachment #1.2: Type: text/html, Size: 24 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Update-cl-salza2-to-2.1.patch --]
[-- Type: text/x-patch; name=0001-gnu-Update-cl-salza2-to-2.1.patch, Size: 1509 bytes --]
From 1e351d5055cdba5e9ee332772cab79eb3b369c17 Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Fri, 26 Nov 2021 02:16:39 -0600
Subject: [PATCH] gnu: Update cl-salza2 to 2.1.
* gnu/packages/lisp-xyz.scm (sbcl-salza2): Update to 2.1.
---
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 9748293f94..b8e9a0eae5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9089,7 +9089,7 @@ (define-public ecl-nodgui
(define-public sbcl-salza2
(package
(name "sbcl-salza2")
- (version "2.0.9")
+ (version "2.1")
(source
(origin
(method git-fetch)
@@ -9098,8 +9098,14 @@ (define-public sbcl-salza2
(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,
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#52121: Update cl-salza2 to 2.1
2021-11-26 8:22 [bug#52121] Update cl-salza2 to 2.1 Charles via Guix-patches via
@ 2021-11-26 12:47 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-11-26 12:47 UTC (permalink / raw)
To: Charles; +Cc: 52121-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 38745deaec4a1a33c0e4de3c7caf1f1ae6894bd8.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-26 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-26 8:22 [bug#52121] Update cl-salza2 to 2.1 Charles via Guix-patches via
2021-11-26 12:47 ` bug#52121: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.