me
/
guix
Archived
1
0
Fork 0

gnu: emacs-logview: Update to 0.17.1.

* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.17.1.
master
Nicolas Goaziou 2023-10-03 21:22:53 +02:00
parent 1ac4d87818
commit 397a0d8ac2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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