gnu: emacs-howm: Update to 1.4.7.
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.7.
This commit is contained in:
parent
789dcf5bc4
commit
ddb51f3e90
@ -2155,14 +2155,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.6")
|
(version "1.4.7")
|
||||||
(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 "17ihch1zbk08ih7gc232jlmbw7hax8ldb9glxp8d75k4asa98qh5"))))
|
(base32 "11k0dzwyn7ly34g0zcd6i0i8qwyv9di8m6fx805axrxykxb0qan2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("emacs" ,emacs-minimal)))
|
`(("emacs" ,emacs-minimal)))
|
||||||
|
Loading…
Reference in New Issue
Block a user