gnu: emacs-logview: Update to 0.17.4.

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

Change-Id: Ice3a14221bb1febfd56094f06bb1d617d6b0e50c
This commit is contained in:
Nicolas Goaziou 2024-04-30 18:57:32 +02:00
parent 4c6f3c4c4a
commit 0854784c52
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25620,7 +25620,7 @@ (define-public emacs-helpful
(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 @@ (define-public emacs-logview
(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)