GNU bug report logs - #52226
[PATCH] gnu: cl-i18n: Update to 0.5.1

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52226: closed ([PATCH] gnu: cl-i18n: Update to 0.5.1)
Date: Thu, 02 Dec 2021 05:14:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 2 Dec 2021 00:13:43 -0500
with message-id <YahWB1quYmdeXMxK <at> jasmine.lan>
and subject line Re: [bug#52226] [PATCH] gnu: cl-i18n: Update to 0.5.1
has caused the debbugs.gnu.org bug report #52226,
regarding [PATCH] gnu: cl-i18n: Update to 0.5.1
to be marked as done.

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


-- 
52226: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52226
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: cage <cage-dev <at> twistfold.it>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: cl-i18n: Update to 0.5.1
Date: Wed, 1 Dec 2021 17:04:45 +0100
---
 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


[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: cage <cage-dev <at> twistfold.it>
Cc: 52226-done <at> debbugs.gnu.org
Subject: Re: [bug#52226] [PATCH] gnu: cl-i18n: Update to 0.5.1
Date: Thu, 2 Dec 2021 00:13:43 -0500
On Wed, Dec 01, 2021 at 05:04:45PM +0100, cage wrote:
> ---
>  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))

Thanks! Pushed as e9e220489714ccd573a36c8a087b7f9f813ddac8


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.