[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: sbcl-cl-unicode: Update to 0.1.6.
From: |
guix-commits |
Subject: |
07/13: gnu: sbcl-cl-unicode: Update to 0.1.6. |
Date: |
Tue, 4 Feb 2020 10:36:31 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 6fdfef668ae19e83945ef4e0e42b5a9ceeb5c1ed
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Feb 4 11:24:29 2020 +0100
gnu: sbcl-cl-unicode: Update to 0.1.6.
* gnu/packages/lisp-xyz.scm (sbcl-cl-unicode-base): Update to 0.1.6.
---
gnu/packages/lisp-xyz.scm | 46 ++++++++++++++++++++++------------------------
1 file changed, 22 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4f9b558..0c705ab 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -328,32 +328,30 @@ compatible with ANSI-compliant Common Lisp
implementations.")
(sbcl-package->ecl-package sbcl-cl-ppcre))
(define sbcl-cl-unicode-base
- (let ((revision "1")
- (commit "9fcd06fba1ddc9e66aed2f2d6c32dc9b764f03ea"))
- (package
- (name "sbcl-cl-unicode-base")
- (version (string-append "0.1.5-" revision "." (string-take commit 7)))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/edicl/cl-unicode.git")
- (commit commit)))
- (file-name (string-append "cl-unicode-" version "-checkout"))
- (sha256
- (base32
- "1jicprb5b3bv57dy1kg03572gxkcaqdjhak00426s76g0plmx5ki"))))
- (build-system asdf-build-system/sbcl)
- (arguments
- '(#:asd-file "cl-unicode.asd"
- #:asd-system-name "cl-unicode/base"))
- (inputs
- `(("cl-ppcre" ,sbcl-cl-ppcre)))
- (home-page "http://weitz.de/cl-unicode/")
- (synopsis "Portable Unicode library for Common Lisp")
- (description "CL-UNICODE is a portable Unicode library Common Lisp, which
+ (package
+ (name "sbcl-cl-unicode-base")
+ (version "0.1.6")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/edicl/cl-unicode.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ykx2s9lqfl74p1px0ik3l2izd1fc9jd1b4ra68s5x34rvjy0hza"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ '(#:asd-file "cl-unicode.asd"
+ #:asd-system-name "cl-unicode/base"))
+ (inputs
+ `(("cl-ppcre" ,sbcl-cl-ppcre)))
+ (home-page "http://weitz.de/cl-unicode/")
+ (synopsis "Portable Unicode library for Common Lisp")
+ (description "CL-UNICODE is a portable Unicode library Common Lisp, which
is compatible with perl. It is pretty fast, thread-safe, and compatible with
ANSI-compliant Common Lisp implementations.")
- (license license:bsd-2))))
+ (license license:bsd-2)))
(define-public sbcl-cl-unicode
(package
- branch master updated (cf10627 -> b23e6f5), guix-commits, 2020/02/04
- 01/13: gnu: sbcl-bordeaux-threads: Update to 0.8.7., guix-commits, 2020/02/04
- 02/13: gnu: sbcl-cl-fad: Update to 0.7.6., guix-commits, 2020/02/04
- 03/13: gnu: sbcl-drakma: Update to 2.0.7., guix-commits, 2020/02/04
- 06/13: gnu: sbcl-cl-ppcre: Update to 2.1.1., guix-commits, 2020/02/04
- 05/13: gnu: sbcl-flexi-streams: Update to 1.0.18., guix-commits, 2020/02/04
- 07/13: gnu: sbcl-cl-unicode: Update to 0.1.6.,
guix-commits <=
- 08/13: gnu: Add ecl-cl-ppcre-unicode., guix-commits, 2020/02/04
- 10/13: gnu: sbcl-swap-bytes: Update to 1.2., guix-commits, 2020/02/04
- 12/13: gnu: Add ecl-static-vectors., guix-commits, 2020/02/04
- 04/13: gnu: Add ecl-drakma., guix-commits, 2020/02/04
- 09/13: gnu: sbcl-split-sequence: Update to 2.0.0., guix-commits, 2020/02/04
- 11/13: gnu: sbcl-static-vectors: Update to 1.8.4., guix-commits, 2020/02/04
- 13/13: gnu: sbcl-usocket: Update to 0.8.3., guix-commits, 2020/02/04