gnu: emacs-taxy-magit-section: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.
parent
dcdb074ecf
commit
7ca86fdf20
|
@ -17625,7 +17625,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.11")
|
(version "0.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -17633,7 +17633,7 @@ groups.")
|
||||||
".tar"))
|
".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"058z95c0z2hxplr5pfgph1cdq68zcrkmwx1wqyd5fy4a5h43yknq"))))
|
"1x4sfa8kl3f85n8lm381yr7f72zfb73bj6a6r8caw3n8bkv38i3r"))))
|
||||||
(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 New Issue