guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-elisp-slime-nav: Update to 0.10.


From: guix-commits
Subject: branch master updated: gnu: emacs-elisp-slime-nav: Update to 0.10.
Date: Wed, 17 Feb 2021 06:39:49 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6e39a80  gnu: emacs-elisp-slime-nav: Update to 0.10.
6e39a80 is described below

commit 6e39a8094f37690350438703033de384a197fed6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 12:39:22 2021 +0100

    gnu: emacs-elisp-slime-nav: Update to 0.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-elisp-slime-nav): Update to 0.10.
---
 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 4aed264..df370b3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15246,7 +15246,7 @@ Emacs.")
 (define-public emacs-elisp-slime-nav
   (package
     (name "emacs-elisp-slime-nav")
-    (version "0.9")
+    (version "0.10")
     (source
      (origin
        (method git-fetch)
@@ -15255,7 +15255,7 @@ Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11vyy0bvzbs1h1kggikrvhd658j7c730w0pdp6qkm60rigvfi1ih"))))
+        (base32 "08k4zlawjkb0ldn4lgrhih8nzln398x7dwzpipqfyrmp0xziywma"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/purcell/elisp-slime-nav";)
     (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in 
SLIME")



reply via email to

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