mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-logview: Update to 0.19.2.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.19.2. Change-Id: If0110f20f8a1a4d13c5f08c92f99e93e941038c3
This commit is contained in:
parent
c9bde592c1
commit
f3cd3a9d65
1 changed files with 2 additions and 2 deletions
|
@ -27668,7 +27668,7 @@ and doesn't require memorisation of commands.
|
|||
(define-public emacs-logview
|
||||
(package
|
||||
(name "emacs-logview")
|
||||
(version "0.19.1")
|
||||
(version "0.19.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27677,7 +27677,7 @@ and doesn't require memorisation of commands.
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qgkmjw5prc5zrsccdmh9wfr1fyk9jfdfnqn6ldsbi7jhbr71366"))))
|
||||
(base32 "1dhs2l2lx1gvvwg840a9y4nf2zxk9nljpyr8xqzi3si8wa7b3jdj"))))
|
||||
(propagated-inputs
|
||||
(list emacs-compat emacs-datetime emacs-extmap))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue