gnu: sbcl-cl-transducers: Update to 1.5.1.

* gnu/packages/lisp-xyz.scm (sbcl-cl-transducers): Update to 1.5.1.

Change-Id: Ibf9aeef0ee7cadb552058608a7ee234ef84a1c9a
This commit is contained in:
jgart 2026-01-12 16:55:37 -05:00
parent 55e75307fb
commit ff6a7f8c51
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -35270,7 +35270,7 @@ compression/decompression using bindings to the libzstd C library.")
(define-public sbcl-cl-transducers
(package
(name "sbcl-cl-transducers")
(version "1.3.0")
(version "1.5.1")
(source
(origin
(method git-fetch)
@ -35279,7 +35279,7 @@ compression/decompression using bindings to the libzstd C library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0p7fqkmv0rfi5d7mmm9600qpix003bqr7as148pk157s1d44vncg"))))
(base32 "12zbzcmly6gb9xbhidymp966hw26a2h6wfdmi83ynwldc8wfnlwm"))))
(build-system asdf-build-system/sbcl)
(arguments
'(#:asd-systems '("transducers" "transducers/jzon" "transducers/fset")))