all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31931] [PATCH] gnu: emacs-helm: Update to 2.9.6.
@ 2018-06-21 17:14 Pierre Neidhardt
  2018-06-25 19:22 ` bug#31931: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Neidhardt @ 2018-06-21 17:14 UTC (permalink / raw)
  To: 31931

* gnu/packages/emacs.scm (emacs-helm): Update to 2.9.6.
---
 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 cdd72ec55..5b01adc1c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4494,7 +4494,7 @@ the file buffer.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "2.9.0")
+    (version "2.9.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4503,7 +4503,7 @@ the file buffer.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1798gn0za11cxdbi436javfczv4abniccxcl0jppl463r8lzb8is"))))
+                "1f7m09i8gr0gk5nw5dn7rpdz20dg3hl4p77dpygkhl82yhk9q2ql"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#31931: [PATCH] gnu: emacs-helm: Update to 2.9.6.
  2018-06-21 17:14 [bug#31931] [PATCH] gnu: emacs-helm: Update to 2.9.6 Pierre Neidhardt
@ 2018-06-25 19:22 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2018-06-25 19:22 UTC (permalink / raw)
  To: Pierre Neidhardt, 31931-done

[-- Attachment #1: Type: text/plain, Size: 123 bytes --]

Pierre Neidhardt <ambrevar@gmail.com> writes:

> * gnu/packages/emacs.scm (emacs-helm): Update to 2.9.6.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-25 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-21 17:14 [bug#31931] [PATCH] gnu: emacs-helm: Update to 2.9.6 Pierre Neidhardt
2018-06-25 19:22 ` bug#31931: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.