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


From: guix-commits
Subject: 01/01: gnu: emacs-slime: Update to 2.23.
Date: Fri, 1 Feb 2019 11:13:27 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit c4e4b85397a6fa48536a424dfd54b963459fe525
Author: Pierre Neidhardt <address@hidden>
Date:   Fri Feb 1 17:12:44 2019 +0100

    gnu: emacs-slime: Update to 2.23.
    
    * gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.23.
---
 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 29b4487..3b9ddaa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3078,7 +3078,7 @@ in @code{html-mode}.")
 (define-public emacs-slime
   (package
     (name "emacs-slime")
-    (version "2.22")
+    (version "2.23")
     (source
      (origin
        (file-name (string-append name "-" version ".tar.gz"))
@@ -3088,7 +3088,7 @@ in @code{html-mode}.")
              version ".tar.gz"))
        (sha256
         (base32
-         "07vaib1n4zyh5yy30gdpq0bc5cv6w84piml5b3mfc9ibjhaykkms"))))
+         "01gkrqfpifcx1vipwrbhns2r4s8izp3z1w4p41azc943s1a2d5nc"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))



reply via email to

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