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

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

Change-Id: I09cded24b86c0e9413ccd9478d3cb89c2ccf7327
This commit is contained in:
Nicolas Goaziou 2024-10-12 13:40:02 +02:00
parent 3393e67184
commit 4fa7357dc6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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