guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-taxy: Update to 0.10.


From: guix-commits
Subject: branch master updated: gnu: emacs-taxy: Update to 0.10.
Date: Fri, 05 Aug 2022 19:31:05 -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 5974f0a276 gnu: emacs-taxy: Update to 0.10.
5974f0a276 is described below

commit 5974f0a27615fd6c356b0c87f157013094ea25a6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 6 01:30:16 2022 +0200

    gnu: emacs-taxy: Update to 0.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-taxy): Update to 0.10.
---
 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 5024e5c49c..ba841fde96 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16613,7 +16613,7 @@ an elisp expression.")
 (define-public emacs-taxy
   (package
     (name "emacs-taxy")
-    (version "0.9")
+    (version "0.10")
     (source
      (origin
        (method url-fetch)
@@ -16621,7 +16621,7 @@ an elisp expression.")
              "https://elpa.gnu.org/packages/taxy-"; version ".tar"))
        (sha256
         (base32
-         "1nzafs3yvcnmg07zi345n2yvjsw9wixlybzibnhf5k6jnd0vvpjh"))))
+         "1jamry2p3qhswq8prd2g7ljh4yqk0wwblyd9fhnaclakahrn5vi3"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-magit))



reply via email to

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