all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org>
To: 71857@debbugs.gnu.org
Cc: "Ashish SHUKLA" <ashish.is@lostca.se>,
	ashish.is@lostca.se, jgart <jgart@dismail.de>,
	"Christopher Baines" <mail@cbaines.net>,
	"Ashish SHUKLA" <ashish.is@lostca.se>,
	"Ludovic Courtès" <ludo@gnu.org>,
	"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>
Subject: [bug#71857] [PATCH lisp-team v2] gnu: sbcl: Update to 2.4.7.
Date: Mon, 29 Jul 2024 10:35:56 +0200	[thread overview]
Message-ID: <9f1ad0c681bfa35b2bedb26a24a8a5780be4b975.1722242123.git.ashish.is@lostca.se> (raw)
In-Reply-To: <ba8a1af38c1da13bbe2c589de9e8c932f303639d.1719763061.git.ashish.is@lostca.se>

* gnu/packages/lisp.scm (sbcl): Update to 2.4.7.

Change-Id: Ie8528c75d0bc939cde8faebd80e7a3e0ada82914
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 97f7dd357b..a050e44e98 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1272,14 +1272,14 @@ (define-public s7
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.4.5")
+    (version "2.4.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1lbvb9rzlkl3h8s75i2js4dnmgxmvs41jxjb5dj0f603r688xxjd"))
+        (base32 "1lhia29g0byj7w3akd99sjb8kxp95adwqk2kbl0wsnk30cjlsm38"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: fdc6274de5b1d617fcabb3f3af9d2c0dd2a6520d
-- 
2.45.2





  parent reply	other threads:[~2024-07-29  8:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-30 15:57 [bug#71857] [PATCH] gnu: sbcl: Update to 2.4.6 ashish.is--- via Guix-patches via
2024-06-30 21:15 ` jgart via Guix-patches via
2024-07-09 10:10   ` Christopher Baines
2024-07-29  8:35 ` Ashish SHUKLA via Guix-patches via [this message]
2024-08-22  8:01   ` bug#71857: [PATCH lisp-team v2] gnu: sbcl: Update to 2.4.7 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=9f1ad0c681bfa35b2bedb26a24a8a5780be4b975.1722242123.git.ashish.is@lostca.se \
    --to=guix-patches@gnu.org \
    --cc=71857@debbugs.gnu.org \
    --cc=ashish.is@lostca.se \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=glv@posteo.net \
    --cc=jgart@dismail.de \
    --cc=ludo@gnu.org \
    --cc=mail@cbaines.net \
    --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.