summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-07-24 12:15:56 +0200
committerOleg Pykhalov <go.wigust@gmail.com>2020-07-25 12:46:30 +0300
commit1c51efdb55a490546f9fed6e6a7269e5d4339f77 (patch)
tree4cb681560207676d73325fd86b84cc8e1b2fc9d5
parent64c6282e7fc69ff58e7257a7e72284f63f2f5956 (diff)
downloadguix-patches-1c51efdb55a490546f9fed6e6a7269e5d4339f77.tar
guix-patches-1c51efdb55a490546f9fed6e6a7269e5d4339f77.tar.gz
gnu: emacs-helm-gtags: Update to 1.5.7.
From 4399c3eb815a16ae21c85bad33cd3c69e8d43c4f Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Fri, 24 Jul 2020 12:14:34 +0200 Subject: [PATCH] gnu: emacs-helm-gtags: Update to 1.5.7. * gnu/packages/emacs-xyz.scm (emacs-helm-gtags): Update to 1.5.7. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
-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 836a3950f8..11f94f978e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14163,7 +14163,7 @@ and @code{erc-send-modify-hook} to download and show images.")
(define-public emacs-helm-gtags
(package
(name "emacs-helm-gtags")
- (version "1.5.6")
+ (version "1.5.7")
(source
(origin
(method git-fetch)
@@ -14172,7 +14172,7 @@ and @code{erc-send-modify-hook} to download and show images.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0zyspn9rqfs3hkq8qx0q1w5qiv30ignbmycyv0vn3a6q7a5fsnhx"))))
+ (base32 "1kc1jzk10nfd2v20g8dwnb6a944afrwdwnkzl06w4ba8k4yim7gi"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))