diff mbox series

[bug#66722] Update

Message ID 87wmv01p3b.fsf@gmail.com
State New
Headers show
Series [bug#66722] Update | expand

Commit Message

André A. Gomes Nov. 2, 2023, 9:28 a.m. UTC
Hi Guillaume,

Please find an updated patch set attached, since the first I've sent was
incomplete.

Should be ready to merge, thanks.

Comments

Guillaume Le Vaillant Nov. 9, 2023, 2:40 p.m. UTC | #1
Patches applied as 9b03e84e4efb2ef58b6f91fd550acf6914646bac and
following.
Thanks.
diff mbox series

Patch

From 245f05c977e422ab17ff08b8a72d22bc134b5d7e Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 24 Oct 2023 11:10:49 +0300
Subject: [PATCH 1/2] gnu: emacs-sly: Update to 1.0.43-9.9c43bf6.

* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-9.9c43bf6.
---
 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 9620c17a5c..d07b04706d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15404,9 +15404,9 @@  (define-public emacs-cider-eval-sexp-fu
       (license license:gpl3+))))
 
 (define-public emacs-sly
-  ;; Update together with sbcl-slynk .
-  (let ((commit "df62abae73bd511885c9c7ec0ea7ea1469a00923")
-        (revision "8"))
+  ;; Update together with sbcl-slynk.
+  (let ((commit "9c43bf65b967e12cef1996f1af5f0671d8aecbf4")
+        (revision "9"))
     ;; Versions are not always tagged.  Besides, latest master contains
     ;; important fixes.
     (package
@@ -15421,7 +15421,7 @@  (define-public emacs-sly
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1nxijv52bja6la2i3asq7kklpj5li25454n52sgsc6xnnfvakbsv"))))
+           "15nyr02ykkws4q79jcmxcawddg8sgq9v5l8k7jv7gg3hnpzxjlb2"))))
       (build-system emacs-build-system)
       (native-inputs
        (list texinfo))
-- 
2.41.0