mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: emacs-logview: Update to 0.15.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.15.
This commit is contained in:
parent
ae92a7ea45
commit
50274c3c02
1 changed files with 2 additions and 2 deletions
|
@ -20531,7 +20531,7 @@ (define-public emacs-helpful
|
|||
(define-public emacs-logview
|
||||
(package
|
||||
(name "emacs-logview")
|
||||
(version "0.14")
|
||||
(version "0.15")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20540,7 +20540,7 @@ (define-public emacs-logview
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1cchmr25z5zj7rgb2fyxkaq8kpw7i5yg1pvn42dvm09c2wrfbj46"))))
|
||||
(base32 "08bn7fj336krlrsf7flk0fgx9mdkd44vq8sxyx6s1c1q5bc0hqnk"))))
|
||||
(propagated-inputs
|
||||
(list emacs-datetime emacs-extmap))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Reference in a new issue