From: Charles via Guix-patches via <guix-patches@gnu.org>
To: 71547@debbugs.gnu.org
Cc: Charles <charles@charje.net>,
Guillaume Le Vaillant <glv@posteo.net>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Munyoki Kilyungi <me@bonfacemunyoki.com>,
Sharlatan Hellseher <sharlatanus@gmail.com>,
jgart <jgart@dismail.de>
Subject: [bug#71547] [PATCH 2/2] gnu: cl-ctype: Update to commit 9b824aa7.
Date: Fri, 14 Jun 2024 01:34:28 -0500 [thread overview]
Message-ID: <a13d61e28f08ac818af5f89a0612a2b233d13ce4.1718346868.git.charles@charje.net> (raw)
In-Reply-To: <4fc7feaeaa82287b2019b42c8c757e05d3bd5dd6.1718346868.git.charles@charje.net>
* 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
next prev parent reply other threads:[~2024-06-14 6:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-14 6:34 [bug#71546] [PATCH 1/2] gnu: cl-triads: Update to version 0.0.1 Charles via Guix-patches via
2024-06-14 6:34 ` Charles via Guix-patches via [this message]
2024-06-18 9:00 ` bug#71547: [PATCH 2/2] gnu: cl-ctype: Update to commit 9b824aa7 Guillaume Le Vaillant
2024-06-18 8:58 ` bug#71546: [PATCH 1/2] gnu: cl-triads: Update to version 0.0.1 Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a13d61e28f08ac818af5f89a0612a2b233d13ce4.1718346868.git.charles@charje.net \
--to=guix-patches@gnu.org \
--cc=71547@debbugs.gnu.org \
--cc=charles@charje.net \
--cc=cox.katherine.e+guix@gmail.com \
--cc=glv@posteo.net \
--cc=jgart@dismail.de \
--cc=me@bonfacemunyoki.com \
--cc=sharlatanus@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.