GNU bug report logs - #71547
[PATCH 2/2] gnu: cl-ctype: Update to commit 9b824aa7.

Previous Next

Package: guix-patches;

Reported by: Charles <charles <at> charje.net>

Date: Fri, 14 Jun 2024 06:43:03 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Charles <charles <at> charje.net>
To: 71547 <at> debbugs.gnu.org
Cc: Charles <charles <at> charje.net>, Guillaume Le Vaillant <glv <at> posteo.net>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Sharlatan Hellseher <sharlatanus <at> gmail.com>, jgart <jgart <at> dismail.de>
Subject: [bug#71547] [PATCH 2/2] gnu: cl-ctype: Update to commit 9b824aa7.
Date: Fri, 14 Jun 2024 01:34:28 -0500
* gnu/packages/lisp-xyz.scm (sbcl-ctype): Update commit, version, and hash.

Change-Id: Ie57ee10342094da4dd5d5a99e00042954ab57060
---
 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 00b07ae949..ee17768f8b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12376,10 +12376,10 @@ (define-public ecl-css-lite
   (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 @@ (define-public sbcl-ctype
                (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))
-- 
2.41.0





This bug report was last modified 337 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.