gnu: emacs-logview: Update to 0.17.4.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.17.4. Change-Id: Ice3a14221bb1febfd56094f06bb1d617d6b0e50cmaster
parent
4c6f3c4c4a
commit
0854784c52
|
@ -25620,7 +25620,7 @@ and doesn't require memorisation of commands.
|
|||
(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 @@ and doesn't require memorisation of commands.
|
|||
(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)
|
||||
|
|
Reference in New Issue