guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: cl-i18n: Update to 0.5.1-1.4216fe9.


From: guix-commits
Subject: 01/02: gnu: cl-i18n: Update to 0.5.1-1.4216fe9.
Date: Thu, 2 Dec 2021 00:13:29 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e9e220489714ccd573a36c8a087b7f9f813ddac8
Author: cage <cage-dev@twistfold.it>
AuthorDate: Wed Dec 1 17:04:45 2021 +0100

    gnu: cl-i18n: Update to 0.5.1-1.4216fe9.
    
    * gnu/packages/lisp-xyz.scm (cl-i18n): Update to 0.5.1-1.4216fe9.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 1405e91..a4f4a67 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15019,11 +15019,11 @@ dynamically.")
   (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)
@@ -15032,7 +15032,7 @@ dynamically.")
                (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)



reply via email to

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