~ruther/guix-local

562f8dcc1d3cae7783b46f07559a8b946419a3c6 — jgart 1 year, 3 months ago 66c44dd
gnu: sbcl-cl-str: Update home-page.

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

Change-Id: I23b5fd0a0c490fab6f2d57ac00a1fdf9560b99cd
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/lisp-xyz.scm
M gnu/packages/lisp-xyz.scm => gnu/packages/lisp-xyz.scm +2 -2
@@ 9884,11 9884,10 @@ ability to store all Common Lisp data types into streams.")
  (package
    (name "sbcl-cl-str")
    (version "0.21")
    (home-page "https://github.com/vindarel/cl-str")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url home-page)
                    (url "https://github.com/vindarel/cl-str")
                    (commit version)))
              (sha256
               (base32 "0r9niyvkj7jyc93rxys6pgqazzpl1ybfryjn8jig721xhjxrsblm"))


@@ 9902,6 9901,7 @@ ability to store all Common Lisp data types into streams.")
     (list sbcl-prove))
    (arguments
     `(#:asd-systems '("str")))
    (home-page "https://vindarel.github.io/cl-str")
    (synopsis "Modern, consistent and terse Common Lisp string manipulation library")
    (description "A modern and consistent Common Lisp string manipulation
library that focuses on modernity, simplicity and discoverability: