guix-commits
[Top][All Lists]
Advanced

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

32/55: gnu: emacs-logview: Update to 0.19.1.1.


From: guix-commits
Subject: 32/55: gnu: emacs-logview: Update to 0.19.1.1.
Date: Sun, 26 Jan 2025 14:59:50 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c14e4b7f25b02d2fb906f1f9d2151547114b0c8f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 26 19:32:03 2025 +0100

    gnu: emacs-logview: Update to 0.19.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.19.1.1.
    
    Change-Id: I7e15cb74c6bc675aa8196efd7fdf17307b821622
---
 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 bca1ec745c..bc40fcd31a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27392,7 +27392,7 @@ and doesn't require memorisation of commands.
 (define-public emacs-logview
   (package
     (name "emacs-logview")
-    (version "0.19")
+    (version "0.19.1.1")
     (source
      (origin
        (method git-fetch)
@@ -27401,7 +27401,7 @@ and doesn't require memorisation of commands.
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1z9w1rdr1d7j6fw9rb05wjrpdj9zka683xj35cxws7qplk3dlz29"))))
+        (base32 "0qgkmjw5prc5zrsccdmh9wfr1fyk9jfdfnqn6ldsbi7jhbr71366"))))
     (propagated-inputs
      (list emacs-datetime emacs-extmap))
     (build-system emacs-build-system)



reply via email to

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