me
/
guix
Archived
1
0
Fork 0

gnu: emacs-logview: Update to 0.17.4.

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

Change-Id: Ice3a14221bb1febfd56094f06bb1d617d6b0e50c
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -25620,7 +25620,7 @@ and doesn't require memorisation of commands.
(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 @@ and doesn't require memorisation of commands.
(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)