gnu: emacs-howm: Update to 1.5.3.

* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.5.3.
[source, home-page]: Update upstream URL.

Change-Id: I4480c562c327a58be878380e22703f95fa03d59e
This commit is contained in:
Nicolas Goaziou 2025-03-07 10:02:31 +01:00
parent 06b13aa217
commit 3ea13d2645
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5168,14 +5168,17 @@ 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.5.0") (version "1.5.3")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://howm.sourceforge.jp/a/" (uri (git-reference
"howm-" version ".tar.gz")) (url "https://github.com/kaorahi/howm")
(commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "0hl3pv6rhljcj4wajccwcy82h9cxp9n8wzn2hwpy05baxc52wy5x")))) (base32
"1q1srqb852537l4x3acch9k8d5mgmzm35k5jy1kbhjmvmr2kmi09"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list emacs-minimal)) (list emacs-minimal))
@ -5192,7 +5195,7 @@ a set of simplified face specifications and a user-supplied color palette.")
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'make-autoloads (add-after 'install 'make-autoloads
(assoc-ref emacs:%standard-phases 'make-autoloads))))) (assoc-ref emacs:%standard-phases 'make-autoloads)))))
(home-page "https://howm.osdn.jp/") (home-page "https://kaorahi.github.io/howm/")
(synopsis "Note-taking tool for Emacs") (synopsis "Note-taking tool for Emacs")
(description "Howm is a note-taking tool for Emacs. Like (description "Howm is a note-taking tool for Emacs. Like
@code{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text @code{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text