mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: cl-strings: Update to 0.0.1-1.93ec417.
* gnu/packages/lisp-xyz.scm (sbcl-cl-strings): Update to 0.0.1-1.93ec417. [source]: Use git-file-name function. [synopsis]: Shorten it.
This commit is contained in:
parent
5488e0556b
commit
31639d06b7
1 changed files with 5 additions and 6 deletions
|
@ -1274,10 +1274,10 @@ (define-public uglify-js
|
|||
|
||||
(define-public sbcl-cl-strings
|
||||
(let ((revision "1")
|
||||
(commit "c5c5cbafbf3e6181d03c354d66e41a4f063f00ae"))
|
||||
(commit "93ec4177fc51f403a9f1ef0a8933f36d917f2140"))
|
||||
(package
|
||||
(name "sbcl-cl-strings")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1285,11 +1285,10 @@ (define-public sbcl-cl-strings
|
|||
(url "https://github.com/diogoalexandrefranco/cl-strings")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"00754mfaqallj480lwd346nkfb6ra8pa8xcxcylf4baqn604zlmv"))
|
||||
(file-name (string-append "cl-strings-" version "-checkout"))))
|
||||
(base32 "1j8hs54fn0wsf5zfzhhgiva47n9hsmfa74iinahz6nmcs8iy75aj"))
|
||||
(file-name (git-file-name "cl-strings" version))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(synopsis "Portable, dependency-free set of utilities to manipulate strings in Common Lisp")
|
||||
(synopsis "Set of utilities to manipulate strings in Common Lisp")
|
||||
(description
|
||||
"@command{cl-strings} is a small, portable, dependency-free set of
|
||||
utilities that make it even easier to manipulate text in Common Lisp. It has
|
||||
|
|
Loading…
Reference in a new issue