me
/
guix
Archived
1
0
Fork 0

gnu: emacs-logview: Update to 0.16.2.

* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.16.2.
master
Nicolas Goaziou 2023-06-24 17:17:22 +02:00
parent b9df95614d
commit 4d6b1f43fc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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