* [bug#52226] [PATCH] gnu: cl-i18n: Update to 0.5.1
@ 2021-12-01 16:04 cage
2021-12-02 5:13 ` bug#52226: " Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: cage @ 2021-12-01 16:04 UTC (permalink / raw)
To: 52226
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#52226: [PATCH] gnu: cl-i18n: Update to 0.5.1
2021-12-01 16:04 [bug#52226] [PATCH] gnu: cl-i18n: Update to 0.5.1 cage
@ 2021-12-02 5:13 ` Leo Famulari
2021-12-02 11:50 ` [bug#52226] " cage
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2021-12-02 5:13 UTC (permalink / raw)
To: cage; +Cc: 52226-done
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#52226] [PATCH] gnu: cl-i18n: Update to 0.5.1
2021-12-02 5:13 ` bug#52226: " Leo Famulari
@ 2021-12-02 11:50 ` cage
0 siblings, 0 replies; 3+ messages in thread
From: cage @ 2021-12-02 11:50 UTC (permalink / raw)
To: Leo Famulari; +Cc: 52226-done, cage
On Thu, Dec 02, 2021 at 12:13:43AM -0500, Leo Famulari wrote:
[...]
> Thanks! Pushed as e9e220489714ccd573a36c8a087b7f9f813ddac8
Thanks to you!
C.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-02 11:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-01 16:04 [bug#52226] [PATCH] gnu: cl-i18n: Update to 0.5.1 cage
2021-12-02 5:13 ` bug#52226: " Leo Famulari
2021-12-02 11:50 ` [bug#52226] " cage
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.