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


From: guix-commits
Subject: branch master updated: gnu: emacs-taxy: Update to 0.9.
Date: Mon, 11 Jul 2022 05:24:58 -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 87d0bd9a14 gnu: emacs-taxy: Update to 0.9.
87d0bd9a14 is described below

commit 87d0bd9a142cdcf654d5c375819ffad1d2b6483f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:24:17 2022 +0200

    gnu: emacs-taxy: Update to 0.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-taxy): Update to 0.9.
---
 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 9166fe3001..692a86c66d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16597,7 +16597,7 @@ an elisp expression.")
 (define-public emacs-taxy
   (package
     (name "emacs-taxy")
-    (version "0.8")
+    (version "0.9")
     (source
      (origin
        (method url-fetch)
@@ -16605,7 +16605,7 @@ an elisp expression.")
              "https://elpa.gnu.org/packages/taxy-"; version ".tar"))
        (sha256
         (base32
-         "00pc6lh35gj8vzcsn17fyazb9jsc4m6nr7cvb32w02isadv8qd3m"))))
+         "1nzafs3yvcnmg07zi345n2yvjsw9wixlybzibnhf5k6jnd0vvpjh"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-magit))



reply via email to

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