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:
parent
8a6dca5328
commit
5961213c72
1 changed files with 2 additions and 2 deletions
|
@ -21282,7 +21282,7 @@ groups.")
|
||||||
(define-public emacs-taxy-magit-section
|
(define-public emacs-taxy-magit-section
|
||||||
(package
|
(package
|
||||||
(name "emacs-taxy-magit-section")
|
(name "emacs-taxy-magit-section")
|
||||||
(version "0.12.2")
|
(version "0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -21290,7 +21290,7 @@ groups.")
|
||||||
".tar"))
|
".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pf83zz5ibhqqlqgcxig0dsl1rnkk5r6v16s5ngvbc37q40vkwn1"))))
|
"1712hbcna0ph9chaq28a6fanv4sccdiphd5z0hg34ig3g6pslgn9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-magit emacs-taxy))
|
(propagated-inputs (list emacs-magit emacs-taxy))
|
||||||
(home-page "https://github.com/alphapapa/taxy.el")
|
(home-page "https://github.com/alphapapa/taxy.el")
|
||||||
|
|
Reference in a new issue