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:
jgart 2024-09-30 23:19:33 -05:00
parent 836ff74947
commit 043bc3b5fe
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -9602,7 +9602,7 @@ (define-public ecl-cl-store
(define-public sbcl-cl-str
(package
(name "sbcl-cl-str")
(version "0.19")
(version "0.21")
(home-page "https://github.com/vindarel/cl-str")
(source (origin
(method git-fetch)
@ -9610,7 +9610,7 @@ (define-public sbcl-cl-str
(url home-page)
(commit version)))
(sha256
(base32 "1jyza2jhn7w6fl4w87pv0m87z5ia48m6dqw12k0mdh7l3mgjq839"))
(base32 "0r9niyvkj7jyc93rxys6pgqazzpl1ybfryjn8jig721xhjxrsblm"))
(file-name (git-file-name name version))))
(build-system asdf-build-system/sbcl)
(inputs