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

* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.10.
This commit is contained in:
Nicolas Goaziou 2022-08-27 10:01:46 +02:00
parent cbbea5b470
commit fd4d531e10
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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