mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-howm: Update to 1.4.8.
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.8.
This commit is contained in:
parent
3e0ea7417f
commit
03cde0f288
1 changed files with 2 additions and 2 deletions
|
@ -2803,14 +2803,14 @@ (define-public emacs-autothemer
|
|||
(define-public emacs-howm
|
||||
(package
|
||||
(name "emacs-howm")
|
||||
(version "1.4.7")
|
||||
(version "1.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://howm.sourceforge.jp/a/"
|
||||
"howm-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11k0dzwyn7ly34g0zcd6i0i8qwyv9di8m6fx805axrxykxb0qan2"))))
|
||||
(base32 "0i5pfnvy130fzk8w62301vgsqf1y22chwhjgnm5hjxr9y0kw5ii4"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list emacs-minimal))
|
||||
|
|
Loading…
Reference in a new issue