guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/15: gnu: emacs-sly: Update to 1.0.43-8.df62aba.


From: guix-commits
Subject: 11/15: gnu: emacs-sly: Update to 1.0.43-8.df62aba.
Date: Thu, 28 Sep 2023 05:46:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f1faebdf9ce228edd53b0a086303ee4877c3d387
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Tue Sep 19 16:37:33 2023 +0300

    gnu: emacs-sly: Update to 1.0.43-8.df62aba.
    
    * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-8.df62aba.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 1340b00050..d19f8e9f81 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15207,9 +15207,9 @@ e.g., the expression you've just evaluated would 
briefly flash and so on.")
       (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
@@ -15224,7 +15224,7 @@ e.g., the expression you've just evaluated would 
briefly flash and so on.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0dvr36qvb490gml0znay0slw63czp7azvajnv7srh8s0j8pqpcaj"))))
+           "1nxijv52bja6la2i3asq7kklpj5li25454n52sgsc6xnnfvakbsv"))))
       (build-system emacs-build-system)
       (native-inputs
        (list texinfo))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]