aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBrian Leung <bkleung89@gmail.com>2019-05-29 03:16:49 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-05-31 10:20:20 +0200
commit66712cc0ed69b1e7c6487d555c1a9d3486c16f98 (patch)
tree1c28ab38ee1148a1d1801de5d378d5d8463f5546 /gnu
parentf42399b5e593f10900c381fbf9c41788b0eae6ab (diff)
downloadguix-66712cc0ed69b1e7c6487d555c1a9d3486c16f98.tar.gz
guix-66712cc0ed69b1e7c6487d555c1a9d3486c16f98.zip
gnu: emacs-helm: Update to 3.2.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.2. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3273679d03..42fb57ab86 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5608,7 +5608,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)
@@ -5617,7 +5617,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)
espace in description....Xinglu Chen 2021-06-08lint: Check for trailing whitespace in synopsis....Xinglu Chen 2021-06-06Merge branch 'master' into core-updates...Marius Bakke 2021-06-06lint: tests-true: Check if tests are enabled when cross-compiling....Maxime Devos 2021-05-22lint: archival: Lookup content in Disarchive database....Ludovic Courtès 2021-05-09Merge branch 'master' into core-updates...Marius Bakke 2021-04-16lint: Warn about underscores in package names....Xinglu Chen 2021-03-30build-system: Rewrite using gexps....Ludovic Courtès 2021-03-13tests: Remove obsolete comment....Tobias Geerinckx-Rice 2021-03-06tests: do not hard code HTTP ports...Maxime Devos 2020-12-07tests: lint: Add origin patch file name test cases....Chris Marusich 2020-11-21lint: Add 'check-haskell-stackage' checker....Timothy Sample 2020-11-21lint: Add 'patch-headers' checker....Ludovic Courtès 2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès 2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès 2020-07-12lint: source: Validate URLs of Git references....Ludovic Courtès 2020-06-26tests: Skip lint tests when HTTP server cannot listen....Ludovic Courtès 2020-06-14lint: Add 'check-for-collisions' checker....Ludovic Courtès 2020-01-17lint: vulnerabilities: Avoid 'mock' in test....Ludovic Courtès