gnu: emacs-howm: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.5.0.
This commit is contained in:
parent
434c44786e
commit
a839afbb5b
1 changed files with 2 additions and 2 deletions
|
@ -4139,14 +4139,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.8")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://howm.sourceforge.jp/a/"
|
(uri (string-append "https://howm.sourceforge.jp/a/"
|
||||||
"howm-" version ".tar.gz"))
|
"howm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0i5pfnvy130fzk8w62301vgsqf1y22chwhjgnm5hjxr9y0kw5ii4"))))
|
(base32 "0hl3pv6rhljcj4wajccwcy82h9cxp9n8wzn2hwpy05baxc52wy5x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-minimal))
|
(list emacs-minimal))
|
||||||
|
|
Reference in a new issue