gnu: emacs-taxy-magit-section: Update to 0.14.1.

* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.14.1.

Change-Id: I9973f996d718eb4c7d9e50dc68d0284981e14503
This commit is contained in:
Nicolas Goaziou 2024-09-15 10:37:27 +02:00
parent b996d0986f
commit ad732463f3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -22190,7 +22190,7 @@ groups.")
(define-public emacs-taxy-magit-section
(package
(name "emacs-taxy-magit-section")
(version "0.14")
(version "0.14.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -22198,7 +22198,7 @@ groups.")
".tar"))
(sha256
(base32
"13xwhqlvzfkm5gpprv683r8jri6wy54bhbzg3wiw3m020hqw6ygi"))))
"03dldc28qpilra4ifpv4p51zp20bl8z87mikv8nwaqz05dm3mmly"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-magit emacs-taxy))
(home-page "https://github.com/alphapapa/taxy.el")