guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-logview: Update to 0.15.


From: guix-commits
Subject: 01/04: gnu: emacs-logview: Update to 0.15.
Date: Tue, 12 Jul 2022 06:15:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 50274c3c022cf5725b2fd56e0725e2e75374bc7c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 12 12:11:41 2022 +0200

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



reply via email to

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