GNU bug report logs -
#52226
[PATCH] gnu: cl-i18n: Update to 0.5.1
Previous Next
Reported by: cage <cage-dev <at> twistfold.it>
Date: Wed, 1 Dec 2021 16:20:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c6822558ec..044746e1ef 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15018,11 +15018,11 @@ (define-public cl-sxql-composer
(sbcl-package->cl-source-package sbcl-sxql-composer))
(define-public sbcl-cl-i18n
- (let ((commit "fa0aa5bef8dfbdf2d72f7cc9f49e848ccbb567aa")
+ (let ((commit "4216fe9fc7b54033c0d881dbb835b7af786365ed")
(revision "1"))
(package
(name "sbcl-cl-i18n")
- (version (git-version "0.5.0" revision commit))
+ (version (git-version "0.5.1" revision commit))
(source
(origin
(method git-fetch)
@@ -15031,7 +15031,7 @@ (define-public sbcl-cl-i18n
(commit commit)))
(file-name (git-file-name "cl-i18n" version))
(sha256
- (base32 "1hpsdbb3hd79bzbrnbqgk2j3f0ispxvk91snp08fm2z3f1sds5as"))))
+ (base32 "1mdhfkk61djj39vgnns5y1cssd12h0m1cfwd21m8xpa2l3rqvmgf"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)
--
2.33.0
This bug report was last modified 3 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.