Archived
1
0
Fork 0

gnu: sbcl-cl-unicode: Update to 0.1.6.

* gnu/packages/lisp-xyz.scm (sbcl-cl-unicode-base): Update to 0.1.6.
This commit is contained in:
Guillaume Le Vaillant 2020-02-04 11:24:29 +01:00
parent 6c87442548
commit 6fdfef668a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -328,20 +328,18 @@ compatible with ANSI-compliant Common Lisp implementations.")
(sbcl-package->ecl-package sbcl-cl-ppcre)) (sbcl-package->ecl-package sbcl-cl-ppcre))
(define sbcl-cl-unicode-base (define sbcl-cl-unicode-base
(let ((revision "1")
(commit "9fcd06fba1ddc9e66aed2f2d6c32dc9b764f03ea"))
(package (package
(name "sbcl-cl-unicode-base") (name "sbcl-cl-unicode-base")
(version (string-append "0.1.5-" revision "." (string-take commit 7))) (version "0.1.6")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/edicl/cl-unicode.git") (url "https://github.com/edicl/cl-unicode.git")
(commit commit))) (commit (string-append "v" version))))
(file-name (string-append "cl-unicode-" version "-checkout")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1jicprb5b3bv57dy1kg03572gxkcaqdjhak00426s76g0plmx5ki")))) "0ykx2s9lqfl74p1px0ik3l2izd1fc9jd1b4ra68s5x34rvjy0hza"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
'(#:asd-file "cl-unicode.asd" '(#:asd-file "cl-unicode.asd"
@ -353,7 +351,7 @@ compatible with ANSI-compliant Common Lisp implementations.")
(description "CL-UNICODE is a portable Unicode library Common Lisp, which (description "CL-UNICODE is a portable Unicode library Common Lisp, which
is compatible with perl. It is pretty fast, thread-safe, and compatible with is compatible with perl. It is pretty fast, thread-safe, and compatible with
ANSI-compliant Common Lisp implementations.") ANSI-compliant Common Lisp implementations.")
(license license:bsd-2)))) (license license:bsd-2)))
(define-public sbcl-cl-unicode (define-public sbcl-cl-unicode
(package (package