guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: cl-ctype: Update to 0.0.0-3.c514623.


From: guix-commits
Subject: 02/03: gnu: cl-ctype: Update to 0.0.0-3.c514623.
Date: Tue, 18 Jun 2024 04:57:34 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 75cc9ff895398c67a154927a0c53d0223459177e
Author: Charles <charles@charje.net>
AuthorDate: Fri Jun 14 01:34:28 2024 -0500

    gnu: cl-ctype: Update to 0.0.0-3.c514623.
    
    * gnu/packages/lisp-xyz.scm (sbcl-ctype): Update to 0.0.0-3.c514623.
    
    Change-Id: Ie57ee10342094da4dd5d5a99e00042954ab57060
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 17be093e94..2a1687be40 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12376,10 +12376,10 @@ JavaScript code.")
   (sbcl-package->ecl-package sbcl-css-lite))
 
 (define-public sbcl-ctype
-  (let ((commit "9b824aa75d7ceb9f3504590b09c6d8a57269f026"))
+  (let ((commit "c514623a0cd5c4340ab4ab13d90509f15f09c47a"))
     (package
       (name "sbcl-ctype")
-      (version (git-version "0.0.0" "2" commit))
+      (version (git-version "0.0.0" "3" commit))
       (source
        (origin
          (method git-fetch)
@@ -12388,7 +12388,7 @@ JavaScript code.")
                (commit commit)))
          (file-name (git-file-name "cl-ctype" version))
          (sha256
-          (base32 "00d82v7hb7vii6gaaaa7ykzl70hga93laz7w9z1hhdl3z7zb473a"))))
+          (base32 "0qnssrjssb7258i3a1s1bv3z6plx4pzrkg65i8an25bvwrjwpvqv"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-alexandria))



reply via email to

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