gnu: sbcl-cl-str: Update home-page.

* gnu/packages/lisp-xyz.scm (sbcl-cl-str): Update to Update home-page.

Change-Id: I23b5fd0a0c490fab6f2d57ac00a1fdf9560b99cd
This commit is contained in:
jgart 2025-03-22 16:57:56 -05:00
parent 66c44dd6e4
commit 562f8dcc1d
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -9884,11 +9884,10 @@ ability to store all Common Lisp data types into streams.")
(package (package
(name "sbcl-cl-str") (name "sbcl-cl-str")
(version "0.21") (version "0.21")
(home-page "https://github.com/vindarel/cl-str")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url home-page) (url "https://github.com/vindarel/cl-str")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "0r9niyvkj7jyc93rxys6pgqazzpl1ybfryjn8jig721xhjxrsblm")) (base32 "0r9niyvkj7jyc93rxys6pgqazzpl1ybfryjn8jig721xhjxrsblm"))
@ -9902,6 +9901,7 @@ ability to store all Common Lisp data types into streams.")
(list sbcl-prove)) (list sbcl-prove))
(arguments (arguments
`(#:asd-systems '("str"))) `(#:asd-systems '("str")))
(home-page "https://vindarel.github.io/cl-str")
(synopsis "Modern, consistent and terse Common Lisp string manipulation library") (synopsis "Modern, consistent and terse Common Lisp string manipulation library")
(description "A modern and consistent Common Lisp string manipulation (description "A modern and consistent Common Lisp string manipulation
library that focuses on modernity, simplicity and discoverability: library that focuses on modernity, simplicity and discoverability: