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

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Leo Famulari
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

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

Toggle diff (29 lines)
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
Leo Famulari wrote 3 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 52226-done@debbugs.gnu.org)
YahWB1quYmdeXMxK@jasmine.lan
On Wed, Dec 01, 2021 at 05:04:45PM +0100, cage wrote:
Toggle quote (20 lines)
> ---
> 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
Closed
cage wrote 3 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 52226-done@debbugs.gnu.org)(name . cage)(address . cage-dev@twistfold.it)
YaizBv1wwQlM3VsK@kurosawa.casa.net
On Thu, Dec 02, 2021 at 12:13:43AM -0500, Leo Famulari wrote:

[...]

Toggle quote (2 lines)
> Thanks! Pushed as e9e220489714ccd573a36c8a087b7f9f813ddac8

Thanks to you!
C.
Closed
?
Your comment

This issue is archived.

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

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