all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "André A. Gomes" <andremegafone@gmail.com>
To: 67146@debbugs.gnu.org
Subject: [bug#67146] [PATCH]: Update slime to 2.28-1.735258a
Date: Mon, 13 Nov 2023 10:28:19 +0200	[thread overview]
Message-ID: <87jzqmf464.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]

Please find the patch attached.  Thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-gnu-sbcl-slime-swank-Update-to-2.28-1.735258a.patch --]
[-- Type: text/x-patch, Size: 1457 bytes --]

From ccc17d639ff7496782fe17110830745a065d9db3 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 13 Nov 2023 10:24:11 +0200
Subject: [PATCH 2/2] gnu: sbcl-slime-swank: Update to 2.28-1.735258a.

* gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.28-1.735258a.
---
 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 7f00a08203..760d0e9e45 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3607,8 +3607,8 @@ (define-public ecl-pythonic-string-reader
   (sbcl-package->ecl-package sbcl-pythonic-string-reader))
 
 (define-public sbcl-slime-swank
-  (let ((commit "0cc2e736112a0bc2a048ef6efd11dd67e3fbf7ad")
-        (revision "0"))
+  (let ((commit "735258a26bb97e85d25f39e4bef83c1f80c12f5d")
+        (revision "1"))
     (package
       (name "sbcl-slime-swank")
       (version (git-version "2.28" revision commit))
@@ -3620,7 +3620,7 @@ (define-public sbcl-slime-swank
                (url "https://github.com/slime/slime/")
                (commit commit)))
          (sha256
-          (base32 "0iq9r4007rrnabj290y79i926x2m4j20j6b0x701pkywz926sn02"))
+          (base32 "0prskgzfqjmn8sc7p9nklnd0n1plwcvh40slgh23km31raplmzk7"))
          (modules '((guix build utils)))
          (snippet
           ;; The doc folder drags `gawk' into the closure.  Doc is already
-- 
2.41.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0001-gnu-emacs-slime-Update-to-2.28-1.735258a.patch --]
[-- Type: text/x-patch, Size: 1347 bytes --]

From 7f26b6c8ba34df95d34377f2f6ac3dac3f5c6776 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 13 Nov 2023 10:23:25 +0200
Subject: [PATCH 1/2] gnu: emacs-slime: Update to 2.28-1.735258a.

* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.28-1.735258a.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8d432ed246..905de00d9d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9992,8 +9992,8 @@ (define-public emacs-tagedit
 
 (define-public emacs-slime
   ;; Update together with sbcl-slime-swank.
-  (let ((commit "0cc2e736112a0bc2a048ef6efd11dd67e3fbf7ad")
-        (revision "0"))
+  (let ((commit "735258a26bb97e85d25f39e4bef83c1f80c12f5d")
+        (revision "1"))
     (package
       (name "emacs-slime")
       (version (git-version "2.28" revision commit))
@@ -10005,7 +10005,7 @@ (define-public emacs-slime
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0iq9r4007rrnabj290y79i926x2m4j20j6b0x701pkywz926sn02"))))
+          (base32 "0prskgzfqjmn8sc7p9nklnd0n1plwcvh40slgh23km31raplmzk7"))))
       (build-system emacs-build-system)
       (arguments
        (list
-- 
2.41.0


             reply	other threads:[~2023-11-13  8:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-13  8:28 André A. Gomes [this message]
2023-11-15 14:18 ` bug#67146: [PATCH]: Update slime to 2.28-1.735258a 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=87jzqmf464.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=67146@debbugs.gnu.org \
    /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.