guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: emacs-taxy-magit-section: Update to 0.12.


From: guix-commits
Subject: 02/05: gnu: emacs-taxy-magit-section: Update to 0.12.
Date: Thu, 13 Oct 2022 06:54:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7ca86fdf2054b6c117cd54996ad44f0eec4236d8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Oct 13 11:34:33 2022 +0200

    gnu: emacs-taxy-magit-section: Update to 0.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.
---
 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 eff4a92a97..a73d6277b2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17625,7 +17625,7 @@ groups.")
 (define-public emacs-taxy-magit-section
   (package
     (name "emacs-taxy-magit-section")
-    (version "0.11")
+    (version "0.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -17633,7 +17633,7 @@ groups.")
                     ".tar"))
               (sha256
                (base32
-                "058z95c0z2hxplr5pfgph1cdq68zcrkmwx1wqyd5fy4a5h43yknq"))))
+                "1x4sfa8kl3f85n8lm381yr7f72zfb73bj6a6r8caw3n8bkv38i3r"))))
     (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]