me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.1.
Nicolas Goaziou 2022-10-16 00:33:46 +02:00
parent 08f2a06d26
commit 8ede54df40
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17637,7 +17637,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") (version "0.12.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -17645,7 +17645,7 @@ groups.")
".tar")) ".tar"))
(sha256 (sha256
(base32 (base32
"1x4sfa8kl3f85n8lm381yr7f72zfb73bj6a6r8caw3n8bkv38i3r")))) "0bs00y8pl51dji23zx5w64h6la0y109q0jv2q1nggizk6q5bsxmg"))))
(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")