mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
55e75307fb
commit
ff6a7f8c51
1 changed files with 2 additions and 2 deletions
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue