emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65087: closed ([PATCH] gnu: cl-i18n: Update to 0.5.5.acb162a.)


From: GNU bug Tracking System
Subject: bug#65087: closed ([PATCH] gnu: cl-i18n: Update to 0.5.5.acb162a.)
Date: Tue, 08 Aug 2023 08:34:03 +0000

Your message dated Tue, 08 Aug 2023 08:33:02 +0000
with message-id <87pm3ykk66.fsf@kitej>
and subject line Re: [bug#65087] [PATCH] gnu: cl-i18n: Update to 0.5.5.acb162a.
has caused the debbugs.gnu.org bug report #65087,
regarding [PATCH] gnu: cl-i18n: Update to 0.5.5.acb162a.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65087: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65087
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cl-i18n: Update to 0.5.5.acb162a. Date: Sat, 5 Aug 2023 12:22:20 +0200
---
 gnu/packages/lisp-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#65087] [PATCH] gnu: cl-i18n: Update to 0.5.5.acb162a. Date: Tue, 08 Aug 2023 08:33:02 +0000
Patch applied as b9098eaf5e7b36c96f8fb5a39f7740c0adcfca4d with
a complete commit message.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]