mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-logview: Update to 0.15.1.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.15.1.
This commit is contained in:
parent
75c3257c1f
commit
64c49de49e
1 changed files with 2 additions and 2 deletions
|
@ -21005,7 +21005,7 @@ (define-public emacs-helpful
|
|||
(define-public emacs-logview
|
||||
(package
|
||||
(name "emacs-logview")
|
||||
(version "0.15")
|
||||
(version "0.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -21014,7 +21014,7 @@ (define-public emacs-logview
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08bn7fj336krlrsf7flk0fgx9mdkd44vq8sxyx6s1c1q5bc0hqnk"))))
|
||||
(base32 "1khri5632pjirj191x3ps94s4pyrwapf1pbrkmqqp0d26b50d3s2"))))
|
||||
(propagated-inputs
|
||||
(list emacs-datetime emacs-extmap))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Reference in a new issue