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

* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.13.
[propagated-inputs]: Reorder inputs alphabetically.

Change-Id: I34f1f371e3b31f3fad49e41a6b785c0374d73324
This commit is contained in:
Nicolas Goaziou 2024-02-22 12:28:18 +01:00
parent 8a6dca5328
commit 5961213c72
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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