mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: emacs-logview: Update to 0.17.4.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.17.4. Change-Id: Ice3a14221bb1febfd56094f06bb1d617d6b0e50c
This commit is contained in:
parent
4c6f3c4c4a
commit
0854784c52
1 changed files with 2 additions and 2 deletions
|
@ -25620,7 +25620,7 @@ (define-public emacs-helpful
|
|||
(define-public emacs-logview
|
||||
(package
|
||||
(name "emacs-logview")
|
||||
(version "0.17.1")
|
||||
(version "0.17.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25629,7 +25629,7 @@ (define-public emacs-logview
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12vahr4nln20yflxbav9q7y0clhni28h2cajji8q11jyrd4w84jx"))))
|
||||
(base32 "1jd2179wm44f1gxh8qsrnv6nldaz4xzgp4kpamjd53n928s16q10"))))
|
||||
(propagated-inputs
|
||||
(list emacs-datetime emacs-extmap))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Reference in a new issue