[PATCH] gnu: cl-i18n: Update to 0.5.5.acb162a.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
cage
Severity
normal
C
(address . guix-patches@gnu.org)
6c21addb7793ec073ac278f3ce5c4a81a311a755.1691230861.git.cage-dev@twistfold.it
---
gnu/packages/lisp-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Toggle diff (41 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d2596ebc2d..57f0eaae0c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18719,20 +18719,20 @@ (define-public cl-sxql-composer
(sbcl-package->cl-source-package sbcl-sxql-composer))

(define-public sbcl-cl-i18n
- (let ((commit "66b02dc2cff3ab97f924329aaf965807fe18aa20")
- (revision "2"))
+ (let ((commit "acb162a12dac50fc46d83da8934fce85d19e31c4")
+ (revision "3"))
(package
(name "sbcl-cl-i18n")
- (version (git-version "0.5.3" revision commit))
+ (version (git-version "0.5.5" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://notabug.org/cage/cl-i18n")
+ (url "https://codeberg.org/cage/cl-i18n")
(commit commit)))
(file-name (git-file-name "cl-i18n" version))
(sha256
- (base32 "06ij1wxancsym87gg63nvjh7vfzjipi1f02h4fb2ypip60vw06lc"))))
+ (base32 "1y29cirmlyc406a45sdx39spvnjzbs772c977075ccicz46qaxz7"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria sbcl-babel sbcl-cl-ppcre-unicode))
@@ -18740,7 +18740,7 @@ (define-public sbcl-cl-i18n
(description
"This is a Gettext-style internationalisation framework for Common
Lisp.")
- (home-page "https://notabug.org/cage/cl-i18n")
+ (home-page "https://codeberg.org/cage/cl-i18n")
(license license:llgpl))))

(define-public ecl-cl-i18n

base-commit: 42ae42cf41e8f5e88422e30d801251a3427d7f3b
--
2.34.0
G
G
Guillaume Le Vaillant wrote on 8 Aug 2023 10:33
(name . cage)(address . cage-dev@twistfold.it)(address . 65087-done@debbugs.gnu.org)
87pm3ykk66.fsf@kitej
Patch applied as b9098eaf5e7b36c96f8fb5a39f7740c0adcfca4d with
a complete commit message.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZNH94Q8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/BFwD+OtDuTGMKI6h7I3WOVvOXThgsqIefofpUyKo7
v9isgbkA/1gJ8uHZKPz0OFVDtyroqMyyFCcPQck0DNyFf9zCdKbI
=s/YX
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 65087
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