[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-logview: Update to 0.14.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-logview: Update to 0.14. |
Date: |
Thu, 31 Dec 2020 10:14:09 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0faa58f gnu: emacs-logview: Update to 0.14.
0faa58f is described below
commit 0faa58f62c30be3a45d5d809757d29dc6d7bc6c3
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Dec 31 13:41:50 2020 +0100
gnu: emacs-logview: Update to 0.14.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.14.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 0a32e21..5b077aa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16953,7 +16953,7 @@ and doesn't require memorisation of commands.
(define-public emacs-logview
(package
(name "emacs-logview")
- (version "0.9")
+ (version "0.14")
(source
(origin
(method git-fetch)
@@ -16962,7 +16962,7 @@ and doesn't require memorisation of commands.
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1qhzs75pxnaksbhczmpdcy2zmrqavlzkzss7ik5nv2wf9vs0sn02"))))
+ (base32 "1cchmr25z5zj7rgb2fyxkaq8kpw7i5yg1pvn42dvm09c2wrfbj46"))))
(propagated-inputs
`(("emacs-datetime" ,emacs-datetime)
("emacs-extmap" ,emacs-extmap)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-logview: Update to 0.14.,
guix-commits <=