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(-)
@@ -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