mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: emacs-logview: Update to 0.17.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.17.
This commit is contained in:
parent
361e015c75
commit
ee470f1af9
1 changed files with 2 additions and 2 deletions
|
@ -24461,7 +24461,7 @@ (define-public emacs-helpful
|
|||
(define-public emacs-logview
|
||||
(package
|
||||
(name "emacs-logview")
|
||||
(version "0.16.2")
|
||||
(version "0.17")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24470,7 +24470,7 @@ (define-public emacs-logview
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue