gnu: emacs-howm: Update to 1.4.6.
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.6.
This commit is contained in:
parent
7239b05494
commit
36b5cfdf02
1 changed files with 4 additions and 4 deletions
|
@ -1864,14 +1864,14 @@ a set of simplified face specifications and a user-supplied color palette")
|
||||||
(define-public emacs-howm
|
(define-public emacs-howm
|
||||||
(package
|
(package
|
||||||
(name "emacs-howm")
|
(name "emacs-howm")
|
||||||
(version "1.4.5")
|
(version "1.4.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://howm.sourceforge.jp/a/howm-"
|
(uri (string-append "https://howm.sourceforge.jp/a/"
|
||||||
version ".tar.gz"))
|
"howm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kvr5pxpc9rwhkza9025mdi0wvh0f0rpawl21rzirjk1x10903yi"))))
|
(base32 "17ihch1zbk08ih7gc232jlmbw7hax8ldb9glxp8d75k4asa98qh5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("emacs" ,emacs-minimal)))
|
`(("emacs" ,emacs-minimal)))
|
||||||
|
|
Reference in a new issue