guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-taxy-magit-section: Update to 0.12.1.


From: guix-commits
Subject: 01/04: gnu: emacs-taxy-magit-section: Update to 0.12.1.
Date: Sun, 16 Oct 2022 04:44:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8ede54df4093a99108107e5fbad7e412bddb7c4e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 16 00:33:46 2022 +0200

    gnu: emacs-taxy-magit-section: Update to 0.12.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.1.
---
 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 d6c5831205..9a9ee76e81 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17637,7 +17637,7 @@ groups.")
 (define-public emacs-taxy-magit-section
   (package
     (name "emacs-taxy-magit-section")
-    (version "0.12")
+    (version "0.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -17645,7 +17645,7 @@ groups.")
                     ".tar"))
               (sha256
                (base32
-                "1x4sfa8kl3f85n8lm381yr7f72zfb73bj6a6r8caw3n8bkv38i3r"))))
+                "0bs00y8pl51dji23zx5w64h6la0y109q0jv2q1nggizk6q5bsxmg"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-magit emacs-taxy))
     (home-page "https://github.com/alphapapa/taxy.el";)



reply via email to

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