guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-slime: Update to 2.22.


From: Pierre Neidhardt
Subject: 02/02: gnu: emacs-slime: Update to 2.22.
Date: Wed, 10 Oct 2018 11:45:33 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 8f3dc810b18280052fed56090a1f8034f7b5b008
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Oct 10 17:45:07 2018 +0200

    gnu: emacs-slime: Update to 2.22.
    
    * gnu/packages/emacs.scm (emacs-slime): Update to 2.22.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8945fcd..4b013eb 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3034,7 +3034,7 @@ in @code{html-mode}.")
 (define-public emacs-slime
   (package
     (name "emacs-slime")
-    (version "2.20")
+    (version "2.22")
     (source
      (origin
        (file-name (string-append name "-" version ".tar.gz"))
@@ -3044,7 +3044,7 @@ in @code{html-mode}.")
              version ".tar.gz"))
        (sha256
         (base32
-         "086lq5y4pvj9wihy0si02xxvyzpzz8mcg3hz1cvy9zxlyjwzr1gk"))))
+         "07vaib1n4zyh5yy30gdpq0bc5cv6w84piml5b3mfc9ibjhaykkms"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))



reply via email to

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