mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-str: Update to 0.21.
* gnu/packages/lisp-xyz.scm (cl-str): Update to 0.21. Change-Id: I9773052519d552122866b103f00d6f3c45eba59c
This commit is contained in:
parent
836ff74947
commit
043bc3b5fe
1 changed files with 2 additions and 2 deletions
|
@ -9602,7 +9602,7 @@ ability to store all Common Lisp data types into streams.")
|
||||||
(define-public sbcl-cl-str
|
(define-public sbcl-cl-str
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-str")
|
(name "sbcl-cl-str")
|
||||||
(version "0.19")
|
(version "0.21")
|
||||||
(home-page "https://github.com/vindarel/cl-str")
|
(home-page "https://github.com/vindarel/cl-str")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9610,7 +9610,7 @@ ability to store all Common Lisp data types into streams.")
|
||||||
(url home-page)
|
(url home-page)
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jyza2jhn7w6fl4w87pv0m87z5ia48m6dqw12k0mdh7l3mgjq839"))
|
(base32 "0r9niyvkj7jyc93rxys6pgqazzpl1ybfryjn8jig721xhjxrsblm"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue