1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: emacs-logview: Update to 0.19.

* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.19.

Change-Id: I51a096a510f8ed8e1d6955eefbb67fbaffc68d06
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:56 +01:00
parent 27cbc7d4f3
commit 78a1c9b440
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27063,7 +27063,7 @@ and doesn't require memorisation of commands.
(define-public emacs-logview
(package
(name "emacs-logview")
(version "0.18")
(version "0.19")
(source
(origin
(method git-fetch)
@ -27072,7 +27072,7 @@ and doesn't require memorisation of commands.
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0pfva621bgz7hgcdp6jp9fzvafxxjz1y9npjgkz7byydvy64j2vv"))))
(base32 "1z9w1rdr1d7j6fw9rb05wjrpdj9zka683xj35cxws7qplk3dlz29"))))
(propagated-inputs
(list emacs-datetime emacs-extmap))
(build-system emacs-build-system)