guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-slime: Update to 2.24.


From: guix-commits
Subject: 01/01: gnu: emacs-slime: Update to 2.24.
Date: Sun, 25 Aug 2019 15:00:12 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 6063a56140619b52d6f2e61de64ec3d19df9bf1e
Author: Pierre Neidhardt <address@hidden>
Date:   Sun Aug 25 20:59:34 2019 +0200

    gnu: emacs-slime: Update to 2.24.
    
    * gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.24.
---
 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 90910b1..5183486 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3905,7 +3905,7 @@ in @code{html-mode}.")
 (define-public emacs-slime
   (package
     (name "emacs-slime")
-    (version "2.23")
+    (version "2.24")
     (source
      (origin
        (method git-fetch)
@@ -3914,7 +3914,7 @@ in @code{html-mode}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0i637n0ragpbj39hqx65nx5k99xf0464c4w6w1qpzykm6z42grky"))))
+        (base32 "0js24x42m7b5iymb4rxz501dff19vav5pywnzv50b673rbkaaqvh"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))



reply via email to

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