guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-logview: Update to 0.15.1.


From: guix-commits
Subject: 01/02: gnu: emacs-logview: Update to 0.15.1.
Date: Sat, 17 Sep 2022 17:05:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 64c49de49e2dec471dc948c91e71e5a74f5c47b9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 17 23:01:24 2022 +0200

    gnu: emacs-logview: Update to 0.15.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.15.1.
---
 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 d99df6cc69..676e3513ad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21005,7 +21005,7 @@ and doesn't require memorisation of commands.
 (define-public emacs-logview
   (package
     (name "emacs-logview")
-    (version "0.15")
+    (version "0.15.1")
     (source
      (origin
        (method git-fetch)
@@ -21014,7 +21014,7 @@ and doesn't require memorisation of commands.
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08bn7fj336krlrsf7flk0fgx9mdkd44vq8sxyx6s1c1q5bc0hqnk"))))
+        (base32 "1khri5632pjirj191x3ps94s4pyrwapf1pbrkmqqp0d26b50d3s2"))))
     (propagated-inputs
      (list emacs-datetime emacs-extmap))
     (build-system emacs-build-system)



reply via email to

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