guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-howm: Update to 1.4.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-howm: Update to 1.4.6.
Date: Sat, 06 Jun 2020 10:00:13 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 36b5cfd  gnu: emacs-howm: Update to 1.4.6.
36b5cfd is described below

commit 36b5cfdf0269b0b73aba8b7190e297e327ea6ead
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 6 15:59:04 2020 +0200

    gnu: emacs-howm: Update to 1.4.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.6.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eb7b90b..9509bfd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1864,14 +1864,14 @@ a set of simplified face specifications and a 
user-supplied color palette")
 (define-public emacs-howm
   (package
     (name "emacs-howm")
-    (version "1.4.5")
+    (version "1.4.6")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://howm.sourceforge.jp/a/howm-";
-                           version ".tar.gz"))
+       (uri (string-append "https://howm.sourceforge.jp/a/";
+                           "howm-" version ".tar.gz"))
        (sha256
-        (base32 "1kvr5pxpc9rwhkza9025mdi0wvh0f0rpawl21rzirjk1x10903yi"))))
+        (base32 "17ihch1zbk08ih7gc232jlmbw7hax8ldb9glxp8d75k4asa98qh5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("emacs" ,emacs-minimal)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]