unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66100] [PATCH]: Update emacs-sly
@ 2023-09-19 13:55 André A. Gomes
  2023-09-28  9:36 ` bug#66100: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2023-09-19 13:55 UTC (permalink / raw)
  To: 66100

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

Hi Guix,

Please find the patches attached.  Thanks.


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

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

From 48e972e2f440d593262d593b417c2d26a8f2421f Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 19 Sep 2023 16:37:33 +0300
Subject: [PATCH 1/2] gnu: emacs-sly: Update to 1.0.43-8.df62aba.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c4de0e1d1f..a768322433 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15162,9 +15162,9 @@ (define-public emacs-cider-eval-sexp-fu
       (license license:gpl3+))))
 
 (define-public emacs-sly
-  ;; Update together with sbcl-slynk.
-  (let ((commit "82b20a9a83209b4dbfbfb62a1536896aed5f85f7")
-        (revision "7"))
+  ;; Update together with sbcl-slynk .
+  (let ((commit "df62abae73bd511885c9c7ec0ea7ea1469a00923")
+        (revision "8"))
     ;; Versions are not always tagged.  Besides, latest master contains
     ;; important fixes.
     (package
@@ -15179,7 +15179,7 @@ (define-public emacs-sly
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0dvr36qvb490gml0znay0slw63czp7azvajnv7srh8s0j8pqpcaj"))))
+           "1nxijv52bja6la2i3asq7kklpj5li25454n52sgsc6xnnfvakbsv"))))
       (build-system emacs-build-system)
       (native-inputs
        (list texinfo))
-- 
2.41.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-sbcl-slynk-Update-to-1.0.43-8-df62aba.patch --]
[-- Type: text/x-patch, Size: 1408 bytes --]

From 0d4fa41b29b49db5b13ecf89d5678f5991d5ac59 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 19 Sep 2023 16:41:28 +0300
Subject: [PATCH 2/2] gnu: sbcl-slynk: Update to 1.0.43-8-df62aba.

* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-8-df62aba.
---
 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 c6f66db840..b3a1d1057c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2202,8 +2202,8 @@ (define-public ecl-clx-truetype
   (sbcl-package->ecl-package sbcl-clx-truetype))
 
 (define-public sbcl-slynk
-  (let ((commit "82b20a9a83209b4dbfbfb62a1536896aed5f85f7")
-        (revision "7"))
+  (let ((commit "df62abae73bd511885c9c7ec0ea7ea1469a00923")
+        (revision "8"))
     (package
       (name "sbcl-slynk")
       (version (git-version "1.0.43" revision commit))
@@ -2215,7 +2215,7 @@ (define-public sbcl-slynk
            (url "https://github.com/joaotavora/sly")
            (commit commit)))
          (sha256
-          (base32 "0dvr36qvb490gml0znay0slw63czp7azvajnv7srh8s0j8pqpcaj"))
+          (base32 "1nxijv52bja6la2i3asq7kklpj5li25454n52sgsc6xnnfvakbsv"))
          (file-name (git-file-name "cl-slynk" version))))
       (build-system asdf-build-system/sbcl)
       (outputs '("out" "image"))
-- 
2.41.0


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

* bug#66100: [PATCH]: Update emacs-sly
  2023-09-19 13:55 [bug#66100] [PATCH]: Update emacs-sly André A. Gomes
@ 2023-09-28  9:36 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-09-28  9:36 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 66100-done

Hi,

André A. Gomes <andremegafone@gmail.com> skribis:

>>From 48e972e2f440d593262d593b417c2d26a8f2421f Mon Sep 17 00:00:00 2001
> From: "Andre A. Gomes" <andremegafone@gmail.com>
> Date: Tue, 19 Sep 2023 16:37:33 +0300
> Subject: [PATCH 1/2] gnu: emacs-sly: Update to 1.0.43-8.df62aba.
>
> * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-8.df62aba.

[...]

>>From 0d4fa41b29b49db5b13ecf89d5678f5991d5ac59 Mon Sep 17 00:00:00 2001
> From: "Andre A. Gomes" <andremegafone@gmail.com>
> Date: Tue, 19 Sep 2023 16:41:28 +0300
> Subject: [PATCH 2/2] gnu: sbcl-slynk: Update to 1.0.43-8-df62aba.
>
> * gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-8-df62aba.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2023-09-28  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19 13:55 [bug#66100] [PATCH]: Update emacs-sly André A. Gomes
2023-09-28  9:36 ` bug#66100: " Ludovic Courtès

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).