diff mbox series

[bug#36949] Update emacs-helpful to version 0.17.

Message ID CAAc=MEwbphH0DKNtW62iRHSOaYwERp=cohibx_5Udf2okF9eew@mail.gmail.com
State Accepted
Headers show
Series [bug#36949] Update emacs-helpful to version 0.17. | expand

Commit Message

Brian Leung Aug. 6, 2019, 8:28 p.m. UTC
See attached.

Comments

Marius Bakke Aug. 8, 2019, 6:17 p.m. UTC | #1
Brian Leung <bkleung89@gmail.com> writes:

> See attached.
> From 0bbedf2c90eba0f99c688c5f7c99f23b1de82bea Mon Sep 17 00:00:00 2001
> From: Brian Leung <bkleung89@gmail.com>
> Date: Tue, 6 Aug 2019 22:24:01 +0200
> Subject: [PATCH] gnu: emacs-helpful: Update to 0.17.
>
> * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17.

Applied, thanks!
diff mbox series

Patch

From 0bbedf2c90eba0f99c688c5f7c99f23b1de82bea Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Tue, 6 Aug 2019 22:24:01 +0200
Subject: [PATCH] gnu: emacs-helpful: Update to 0.17.

* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17.
---
 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 213dac78f6..ae5011c298 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)
-- 
2.22.0