guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-sly: Update to 1.0.43-5.0470c02


From: guix-commits
Subject: 01/02: gnu: emacs-sly: Update to 1.0.43-5.0470c02
Date: Sun, 5 Dec 2021 13:39:24 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 23e1f3e4f616b52013822fa4f91973280379acc9
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Sun Dec 5 18:13:00 2021 +0000

    gnu: emacs-sly: Update to 1.0.43-5.0470c02
    
    * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-5.0470c02.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 9b262a6..f75606b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11331,12 +11331,12 @@ CIDER).")
 
 (define-public emacs-sly
   ;; Update together with sbcl-slynk.
-  (let ((commit "fb84318c08f59bc786e047006fc81e2ace568309"))
+  (let ((commit "0470c0281498b9de072fcbf3718fc66720eeb3d0"))
     ;; Versions are not always tagged.  Besides, latest master contains
     ;; important fixes.
     (package
       (name "emacs-sly")
-      (version (git-version "1.0.43" "4" commit))
+      (version (git-version "1.0.43" "5" commit))
       (source
        (origin
          (method git-fetch)
@@ -11346,7 +11346,7 @@ CIDER).")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0z123k9ak7yjb9bxb5qx48f33ma8066rhkqh8xc14z7shk75jybj"))))
+           "1ws2a9azmdkkg47xnd4jggna45nf0bh54gyp0799b44c4bgjp029"))))
       (build-system emacs-build-system)
       (native-inputs
        `(("texinfo" ,texinfo)))



reply via email to

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