mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: emacs-logview: Update to 0.16.2.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.16.2.
This commit is contained in:
parent
b9df95614d
commit
4d6b1f43fc
1 changed files with 2 additions and 2 deletions
|
@ -23993,7 +23993,7 @@ (define-public emacs-helpful
|
|||
(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 @@ (define-public emacs-logview
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue