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.8.


From: guix-commits
Subject: branch master updated: gnu: emacs-howm: Update to 1.4.8.
Date: Mon, 14 Feb 2022 05:22:17 -0500

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 03cde0f288 gnu: emacs-howm: Update to 1.4.8.
03cde0f288 is described below

commit 03cde0f2880faca2c1e0d04f27e8905ce4274d6b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 14 11:21:29 2022 +0100

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d3de7b9b95..7585f1bf7d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2803,14 +2803,14 @@ a set of simplified face specifications and a 
user-supplied color palette")
 (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))



reply via email to

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