ngz pushed a commit to branch master
in repository guix.

commit 3ea13d264516fabe9aabc1283a438e08a36a5368
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 10:02:31 2025 +0100

    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
---
 gnu/packages/emacs-xyz.scm | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8b03d63666..c1965e51ef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5168,14 +5168,17 @@ a set of simplified face specifications and a 
user-supplied color palette.")
 (define-public emacs-howm
   (package
     (name "emacs-howm")
-    (version "1.5.0")
+    (version "1.5.3")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://howm.sourceforge.jp/a/";
-                           "howm-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kaorahi/howm";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "0hl3pv6rhljcj4wajccwcy82h9cxp9n8wzn2hwpy05baxc52wy5x"))))
+        (base32
+         "1q1srqb852537l4x3acch9k8d5mgmzm35k5jy1kbhjmvmr2kmi09"))))
     (build-system gnu-build-system)
     (native-inputs
      (list emacs-minimal))
@@ -5192,7 +5195,7 @@ a set of simplified face specifications and a 
user-supplied color palette.")
        (modify-phases %standard-phases
          (add-after 'install '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")
     (description "Howm is a note-taking tool for Emacs.  Like
 @code{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text

Reply via email to