guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: emacs-logview: Update to 0.16.


From: guix-commits
Subject: 08/09: gnu: emacs-logview: Update to 0.16.
Date: Sat, 10 Dec 2022 03:17:29 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 991eb7717e1744121bc10fc2ddacd7f650abf603
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 10 09:09:58 2022 +0100

    gnu: emacs-logview: Update to 0.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.16.
---
 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 a6d663de49..8a13c5e847 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22161,7 +22161,7 @@ and doesn't require memorisation of commands.
 (define-public emacs-logview
   (package
     (name "emacs-logview")
-    (version "0.15.1")
+    (version "0.16")
     (source
      (origin
        (method git-fetch)
@@ -22170,7 +22170,7 @@ and doesn't require memorisation of commands.
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1khri5632pjirj191x3ps94s4pyrwapf1pbrkmqqp0d26b50d3s2"))))
+        (base32 "0vw6brs76z7fkvlazakwhhgdcydjc099j150c7503kwi2hmmp0p8"))))
     (propagated-inputs
      (list emacs-datetime emacs-extmap))
     (build-system emacs-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]