guix-commits
[Top][All Lists]
Advanced

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

13/30: gnu: emacs-helpful: Update to 0.16.


From: guix-commits
Subject: 13/30: gnu: emacs-helpful: Update to 0.16.
Date: Tue, 25 Jun 2019 02:56:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 94a8f410f263e840a317571e58977b43491a878b
Author: Brian Leung <address@hidden>
Date:   Sat Jun 15 04:33:02 2019 +0200

    gnu: emacs-helpful: Update to 0.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.16.
    [propagated-inputs]: Add emacs-dash, emacs-s, emacs-f, emacs-shut-up.
---
 gnu/packages/emacs-xyz.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c31b7d9..fb6bd7b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11387,7 +11387,7 @@ downloading manager for Emacs.")
 (define-public emacs-helpful
   (package
     (name "emacs-helpful")
-    (version "0.15")
+    (version "0.16")
     (source
      (origin
        (method git-fetch)
@@ -11396,10 +11396,14 @@ downloading manager for Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rqnx7672175288yqaslw0d9vw04j6psw7mys8j9zcp2i72hlvkn"))))
+        (base32 "1pzlx3galyryd3hd84hnd7r5s6yl9sdrfhy1s6dgz40glw41wmpr"))))
     (build-system emacs-build-system)
     (propagated-inputs
-     `(("emacs-elisp-refs" ,emacs-elisp-refs)))
+     `(("emacs-elisp-refs" ,emacs-elisp-refs)
+       ("emacs-dash" ,emacs-dash)
+       ("emacs-s" ,emacs-s)
+       ("emacs-f" ,emacs-f)
+       ("emacs-shut-up" ,emacs-shut-up)))
     (home-page "https://github.com/Wilfred/helpful";)
     (synopsis "More contextual information in Emacs help")
     (description "@code{helpful} is an alternative to the built-in Emacs help



reply via email to

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