diff mbox series

[bug#35937] Update Emacs packages

Message ID CAAc=MExneBhCq8EHur_4ipQMGmH06YOf0BiTGr-i=5=vfWAHvw@mail.gmail.com
State Accepted
Headers show
Series [bug#35937] Update Emacs packages | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Brian Leung May 29, 2019, 1:19 a.m. UTC
Here are some more updates on the same branch.

On Tue, May 28, 2019 at 5:46 AM Brian Leung <bkleung89@gmail.com> wrote:

> I have one more patch, committed on the same branch as the other two
> commits from this thread.
>

Comments

Ricardo Wurmus May 31, 2019, 8:22 a.m. UTC | #1
Hi Brian,

thank you for these patches!  I applied all of them after minor changes
to some of the commit messages.
diff mbox series

Patch

From b381a3cd38c75cef07128f5d15ac32240f58759c Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Wed, 29 May 2019 03:16:49 +0200
Subject: [PATCH 4/5] gnu: emacs-helm: Update to 3.2.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.2.
---
 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 ade64651b3..5dca8cac7a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5558,7 +5558,7 @@  ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.1")
+    (version "3.2")
     (source
      (origin
        (method git-fetch)
@@ -5567,7 +5567,7 @@  ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1x3nv8zvp8vvl30bm2d83hd7zxb0ca64pc8kwb81ml9al6r3mm01"))))
+        (base32 "12yyprpgh2by2pd41i4z9gz55fxg0f90x03bfrsf791xwbhf6931"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)
-- 
2.21.0