guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: emacs-helpful: Update to 0.17.


From: guix-commits
Subject: 01/05: gnu: emacs-helpful: Update to 0.17.
Date: Thu, 8 Aug 2019 14:24:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit deccffb264e2027fb439735f5d71f7d01071a4fd
Author: Brian Leung <address@hidden>
Date:   Tue Aug 6 22:24:01 2019 +0200

    gnu: emacs-helpful: Update to 0.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 213dac7..ae5011c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11971,7 +11971,7 @@ downloading manager for Emacs.")
 (define-public emacs-helpful
   (package
     (name "emacs-helpful")
-    (version "0.16")
+    (version "0.17")
     (source
      (origin
        (method git-fetch)
@@ -11980,7 +11980,7 @@ downloading manager for Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pzlx3galyryd3hd84hnd7r5s6yl9sdrfhy1s6dgz40glw41wmpr"))))
+        (base32 "0v2y0x9pwi08y2mgjjiw5brfb5haa7pbmy4540glw904ffxxcblj"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-elisp-refs" ,emacs-elisp-refs)



reply via email to

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