guix-commits
[Top][All Lists]
Advanced

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

15/25: gnu: emacs-logview: Update to 0.17.4.


From: guix-commits
Subject: 15/25: gnu: emacs-logview: Update to 0.17.4.
Date: Tue, 30 Apr 2024 13:17:45 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0854784c52448ec9cc00bb48cd3b9a52b8962945
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 30 18:57:32 2024 +0200

    gnu: emacs-logview: Update to 0.17.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.17.4.
    
    Change-Id: Ice3a14221bb1febfd56094f06bb1d617d6b0e50c
---
 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 1b8a559e20..4ea8c49de4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25620,7 +25620,7 @@ and doesn't require memorisation of commands.
 (define-public emacs-logview
   (package
     (name "emacs-logview")
-    (version "0.17.1")
+    (version "0.17.4")
     (source
      (origin
        (method git-fetch)
@@ -25629,7 +25629,7 @@ and doesn't require memorisation of commands.
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12vahr4nln20yflxbav9q7y0clhni28h2cajji8q11jyrd4w84jx"))))
+        (base32 "1jd2179wm44f1gxh8qsrnv6nldaz4xzgp4kpamjd53n928s16q10"))))
     (propagated-inputs
      (list emacs-datetime emacs-extmap))
     (build-system emacs-build-system)



reply via email to

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