[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-helm-gtags: Update to 1.5.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-helm-gtags: Update to 1.5.7. |
Date: |
Sat, 25 Jul 2020 05:47:37 -0400 |
This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1c51efd gnu: emacs-helm-gtags: Update to 1.5.7.
1c51efd is described below
commit 1c51efdb55a490546f9fed6e6a7269e5d4339f77
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Jul 24 12:15:56 2020 +0200
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>
---
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 836a395..11f94f9 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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-helm-gtags: Update to 1.5.7.,
guix-commits <=