me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.
Nicolas Goaziou 2022-10-13 11:34:33 +02:00
parent dcdb074ecf
commit 7ca86fdf20
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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