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

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

Change-Id: I6ef4cac556b5494d3dd7848be00474d1892d1baf
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:33:50 +02:00
parent dbe26c7d56
commit f8ef28b971
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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