gnu: sbcl-cl-str: Update to 0.19.
* gnu/packages/lisp-xyz.scm (sbcl-cl-str): Update to 0.19.master
parent
b5e51a06de
commit
cc97895504
|
@ -6420,18 +6420,17 @@ various string metrics in Common Lisp:
|
|||
(sbcl-package->cl-source-package sbcl-mk-string-metrics))
|
||||
|
||||
(define-public sbcl-cl-str
|
||||
(let ((commit "eb480f283e28802d67b35bf916506701152f9a2a"))
|
||||
(package
|
||||
(name "sbcl-cl-str")
|
||||
(version (git-version "0.17" "1" commit))
|
||||
(version "0.19")
|
||||
(home-page "https://github.com/vindarel/cl-str")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "1hpq5m8zjjnzns370zy27z2vcm1p8n2ka5ij2x67gyc9amz9vla0"))
|
||||
(base32 "1jyza2jhn7w6fl4w87pv0m87z5ia48m6dqw12k0mdh7l3mgjq839"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
|
@ -6453,7 +6452,7 @@ library that focuses on modernity, simplicity and discoverability:
|
|||
discoverable library instead of many; consistency and composability, where
|
||||
@code{s} is always the last argument, which makes it easier to feed pipes and
|
||||
arrows.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public cl-str
|
||||
(sbcl-package->cl-source-package sbcl-cl-str))
|
||||
|
|
Reference in New Issue