gnu: cl-trivial-utf-8: Update to 0.0.0-2.6ca9943.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-utf-8): Update to 0.0.0-2.6ca9943.
This commit is contained in:
parent
3639a25f19
commit
37764f213b
1 changed files with 4 additions and 5 deletions
|
@ -7007,8 +7007,8 @@ common of which is probably Active Directory.")
|
||||||
(sbcl-package->cl-source-package sbcl-cl-gss))
|
(sbcl-package->cl-source-package sbcl-cl-gss))
|
||||||
|
|
||||||
(define-public sbcl-trivial-utf-8
|
(define-public sbcl-trivial-utf-8
|
||||||
(let ((commit "4d427cfbb1c452436a0efb71c3205c9da67f718f")
|
(let ((commit "6ca9943588cbc61ad22a3c1ff81beb371e122394")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-trivial-utf-8")
|
(name "sbcl-trivial-utf-8")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -7020,10 +7020,9 @@ common of which is probably Active Directory.")
|
||||||
(url (string-append "https://gitlab.common-lisp.net/"
|
(url (string-append "https://gitlab.common-lisp.net/"
|
||||||
"trivial-utf-8/trivial-utf-8.git"))
|
"trivial-utf-8/trivial-utf-8.git"))
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-trivial-utf-8" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0gzgbyzbbhny5y1lq2x82vfy4b4p1snq1sy9lj82hdq7lkyj03ss"))))
|
||||||
"1jz27gz8gvqdmvp3k9bxschs6d5b3qgk94qp2bj6nv1d0jc3m1l1"))))
|
|
||||||
(arguments
|
(arguments
|
||||||
;; Guix incorrectly assumes the "8" is part of the version
|
;; Guix incorrectly assumes the "8" is part of the version
|
||||||
;; number and lobs it off.
|
;; number and lobs it off.
|
||||||
|
|
Reference in a new issue