unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67146] [PATCH]: Update slime to 2.28-1.735258a
@ 2023-11-13  8:28 André A. Gomes
  2023-11-15 14:18 ` bug#67146: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2023-11-13  8:28 UTC (permalink / raw)
  To: 67146

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67146: [PATCH]: Update slime to 2.28-1.735258a
  2023-11-13  8:28 [bug#67146] [PATCH]: Update slime to 2.28-1.735258a André A. Gomes
@ 2023-11-15 14:18 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-11-15 14:18 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 67146-done

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

Patches applied as e6a9b48877cd71d6eebcffd669dbc1f530b1358f and
following.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-15 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-13  8:28 [bug#67146] [PATCH]: Update slime to 2.28-1.735258a André A. Gomes
2023-11-15 14:18 ` bug#67146: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).