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
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:32:03 +01:00
parent 59cb33b771
commit c14e4b7f25
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)