[PATCH] gnu: cl-i18n: Update to 0.5.2

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 2 years ago
(address . guix-patches@gnu.org)
Y1UTg2bdAJeCXfRQ@shimizu.casa.net
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b474a0f2b7..33483e2aff 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15646,11 +15646,11 @@ (define-public cl-sxql-composer
(sbcl-package->cl-source-package sbcl-sxql-composer))

(define-public sbcl-cl-i18n
- (let ((commit "4216fe9fc7b54033c0d881dbb835b7af786365ed")
+ (let ((commit "5b569f3fe4c76d600fafecac507ac4f50e4cc1d1")
(revision "1"))
(package
(name "sbcl-cl-i18n")
- (version (git-version "0.5.1" revision commit))
+ (version (git-version "0.5.2" revision commit))
(source
(origin
(method git-fetch)
@@ -15659,7 +15659,7 @@ (define-public sbcl-cl-i18n
(commit commit)))
(file-name (git-file-name "cl-i18n" version))
(sha256
- (base32 "1mdhfkk61djj39vgnns5y1cssd12h0m1cfwd21m8xpa2l3rqvmgf"))))
+ (base32 "0kj1wfvlbi7qwq61b0rcdxa0bmb4sfsnh1bj3n5jxp24sdib73w2"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria sbcl-babel sbcl-cl-ppcre-unicode))
--
2.34.0
Guillaume Le Vaillant wrote 2 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 58736-done@debbugs.gnu.org)
87v8o976q6.fsf@kitej
Patch pushed as daf60c59ab1ae79cb901a681dbf1e129d201cd01 with a complete
commit message.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY1aDMQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/mlAD/Vgm75Gcq6XW4jBQoFusfBR9+TZoDV4jOseHu
fqIdctkBAKFD60zD71udrNUaXr/VXAklL35LSs/I+9RcafkI+iin
=wN84
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58736@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58736
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help