all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54761] [PATCH]: Update emacs-sly and sbcl-slynk
@ 2022-04-07  8:26 André A. Gomes
  2022-04-07 11:44 ` bug#54761: " Guillaume Le Vaillant
  0 siblings, 1 reply; 3+ messages in thread
From: André A. Gomes @ 2022-04-07  8:26 UTC (permalink / raw)
  To: 54761

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

Hi Guix,

Find the patches attached.  Thank you.


-- 
André A. Gomes
"Free Thought, Free World"

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-sly-Update-to-latest-commit.patch --]
[-- Type: text/x-patch, Size: 1302 bytes --]

From cbe2f3857656e5e10d79d18a37d902580457e862 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
Date: Thu, 7 Apr 2022 09:19:56 +0100
Subject: [PATCH 1/2] gnu: emacs-sly: Update to latest commit.

* gnu/packages/emacs-xyz.scm (emacs-sly): Update to latest commit.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ffa45e218a..dd959c6c30 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11608,7 +11608,7 @@ (define-public emacs-cider
 
 (define-public emacs-sly
   ;; Update together with sbcl-slynk.
-  (let ((commit "0470c0281498b9de072fcbf3718fc66720eeb3d0"))
+  (let ((commit "4513c382f07a2a2cedb3c046231b69eae2f5e6f0"))
     ;; Versions are not always tagged.  Besides, latest master contains
     ;; important fixes.
     (package
@@ -11623,7 +11623,7 @@ (define-public emacs-sly
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1ws2a9azmdkkg47xnd4jggna45nf0bh54gyp0799b44c4bgjp029"))))
+           "10bzxhi5d7h18hqclxqy2z857d0sfbsnyxvrhmfkdi0h75zz7m4n"))))
       (build-system emacs-build-system)
       (native-inputs
        (list texinfo))
-- 
2.34.0


[-- Attachment #3: 0002-gnu-sbcl-slynk-Update-to-latest-commit.patch --]
[-- Type: text/x-patch, Size: 1957 bytes --]

From ef5e6f7f57051c48d89eed76c2270b72c4f24630 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
Date: Thu, 7 Apr 2022 09:20:51 +0100
Subject: [PATCH 2/2] gnu: sbcl-slynk: Update to latest commit.

* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to latest commit.
---
 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 301859cb04..e2a18ec5ca 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23,7 +23,7 @@
 ;;; Copyright © 2020, 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2021, 2022 Aurora <rind38@disroot.org>
 ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
-;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
+;;; Copyright © 2021, 2022 André A. Gomes <andremegafone@gmail.com>
 ;;; Copyright © 2021, 2022 Cage <cage-dev@twistfold.it>
 ;;; Copyright © 2021 Cameron Chaparro <cameron@cameronchaparro.com>
 ;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
@@ -1025,7 +1025,7 @@ (define-public ecl-clx-truetype
   (sbcl-package->ecl-package sbcl-clx-truetype))
 
 (define-public sbcl-slynk
-  (let ((commit "0470c0281498b9de072fcbf3718fc66720eeb3d0"))
+  (let ((commit "4513c382f07a2a2cedb3c046231b69eae2f5e6f0"))
     (package
       (name "sbcl-slynk")
       (version (git-version "1.0.43" "5" commit))
@@ -1037,7 +1037,7 @@ (define-public sbcl-slynk
            (url "https://github.com/joaotavora/sly")
            (commit commit)))
          (sha256
-          (base32 "1ws2a9azmdkkg47xnd4jggna45nf0bh54gyp0799b44c4bgjp029"))
+          (base32 "10bzxhi5d7h18hqclxqy2z857d0sfbsnyxvrhmfkdi0h75zz7m4n"))
          (file-name (git-file-name "slynk" version))))
       (build-system asdf-build-system/sbcl)
       (outputs '("out" "image"))
-- 
2.34.0


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

* bug#54761: [PATCH]: Update emacs-sly and sbcl-slynk
  2022-04-07  8:26 [bug#54761] [PATCH]: Update emacs-sly and sbcl-slynk André A. Gomes
@ 2022-04-07 11:44 ` Guillaume Le Vaillant
  2022-04-07 11:49   ` [bug#54761] " André A. Gomes
  0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-04-07 11:44 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 54761-done

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

Patches pushed as 68d7471cbded2cd820087197b2f495555e2954df and following
with a few modifications (updated revision numbers).
Thanks.

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

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

* [bug#54761] [PATCH]: Update emacs-sly and sbcl-slynk
  2022-04-07 11:44 ` bug#54761: " Guillaume Le Vaillant
@ 2022-04-07 11:49   ` André A. Gomes
  0 siblings, 0 replies; 3+ messages in thread
From: André A. Gomes @ 2022-04-07 11:49 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 54761-done

Guillaume Le Vaillant <glv@posteo.net> writes:

> Patches pushed as 68d7471cbded2cd820087197b2f495555e2954df and following
> with a few modifications (updated revision numbers).

Oh, right, I forgot about that.  Will keep it in mind next time.

Thanks.


-- 
André A. Gomes
"Free Thought, Free World"




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

end of thread, other threads:[~2022-04-07 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07  8:26 [bug#54761] [PATCH]: Update emacs-sly and sbcl-slynk André A. Gomes
2022-04-07 11:44 ` bug#54761: " Guillaume Le Vaillant
2022-04-07 11:49   ` [bug#54761] " André A. Gomes

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.