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

* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.11.
This commit is contained in:
Nicolas Goaziou 2022-09-30 08:33:04 +02:00
parent a233b9e89f
commit c3020f3d37
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17590,7 +17590,7 @@ (define-public emacs-taxy
(define-public emacs-taxy-magit-section
(package
(name "emacs-taxy-magit-section")
(version "0.10")
(version "0.11")
(source (origin
(method url-fetch)
(uri (string-append
@ -17598,7 +17598,7 @@ (define-public emacs-taxy-magit-section
".tar"))
(sha256
(base32
"1g58nvpb04ldhn5qnjw2q5idrv6vhlfa0qmb46cvis6bkz46cxkw"))))
"058z95c0z2hxplr5pfgph1cdq68zcrkmwx1wqyd5fy4a5h43yknq"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-magit emacs-taxy))
(home-page "https://github.com/alphapapa/taxy.el")