guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-helpful: Update to 0.15.


From: guix-commits
Subject: 01/01: gnu: emacs-helpful: Update to 0.15.
Date: Tue, 18 Dec 2018 04:41:09 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit ad01ab161088c4c8f2f514d76f930d14dc13effc
Author: Pierre Neidhardt <address@hidden>
Date:   Tue Dec 18 10:40:54 2018 +0100

    gnu: emacs-helpful: Update to 0.15.
    
    * gnu/packages/emacs.scm (emacs-helpful): Update to 0.15.
---
 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 a1b1f83..5f02e88 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10271,7 +10271,7 @@ downloading manager for Emacs.")
 (define-public emacs-helpful
   (package
     (name "emacs-helpful")
-    (version "0.13")
+    (version "0.15")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -10280,7 +10280,7 @@ downloading manager for Emacs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "11kj04y1fa3vnw2991cyqf6adz6bb3hlrdkvypjnmpb0s64q64b6"))))
+                "1xmvhphzb4hbg647dz4lafy6hd19b7bk3lxni6irqrzdsrclhzn6"))))
     (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]