mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-logview: Update to 0.19.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.19. Change-Id: I51a096a510f8ed8e1d6955eefbb67fbaffc68d06
This commit is contained in:
parent
27cbc7d4f3
commit
78a1c9b440
1 changed files with 2 additions and 2 deletions
|
@ -27063,7 +27063,7 @@ and doesn't require memorisation of commands.
|
|||
(define-public emacs-logview
|
||||
(package
|
||||
(name "emacs-logview")
|
||||
(version "0.18")
|
||||
(version "0.19")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27072,7 +27072,7 @@ and doesn't require memorisation of commands.
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pfva621bgz7hgcdp6jp9fzvafxxjz1y9npjgkz7byydvy64j2vv"))))
|
||||
(base32 "1z9w1rdr1d7j6fw9rb05wjrpdj9zka683xj35cxws7qplk3dlz29"))))
|
||||
(propagated-inputs
|
||||
(list emacs-datetime emacs-extmap))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue