me
/
guix
Archived
1
0
Fork 0

gnu: emacs-logview: Update to 0.17.

* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.17.
master
Nicolas Goaziou 2023-09-01 21:53:41 +02:00
parent 361e015c75
commit ee470f1af9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -24461,7 +24461,7 @@ and doesn't require memorisation of commands.
(define-public emacs-logview
(package
(name "emacs-logview")
(version "0.16.2")
(version "0.17")
(source
(origin
(method git-fetch)
@ -24470,7 +24470,7 @@ and doesn't require memorisation of commands.
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1qw5k7kvkhlg91v9j6cy10xnvmy1zk7dwr13ssdxx08qax0jwgqi"))))
(base32 "0i23hyxypagz0rs7wb5l77xwz38wxng21p57n5f0vnz4p24yv108"))))
(propagated-inputs
(list emacs-datetime emacs-extmap))
(build-system emacs-build-system)