mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue