mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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
|
(define-public emacs-logview
|
||||||
(package
|
(package
|
||||||
(name "emacs-logview")
|
(name "emacs-logview")
|
||||||
(version "0.16.1")
|
(version "0.16.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24002,7 +24002,7 @@ (define-public emacs-logview
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12m0wqzfbphpz88fnawn5kb7yaayxh3yajbf6zzzbnyc8rjajcr6"))))
|
(base32 "1qw5k7kvkhlg91v9j6cy10xnvmy1zk7dwr13ssdxx08qax0jwgqi"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-datetime emacs-extmap))
|
(list emacs-datetime emacs-extmap))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
|
Loading…
Reference in a new issue