me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -16844,7 +16844,7 @@ groups.")
(define-public emacs-taxy-magit-section
(package
(name "emacs-taxy-magit-section")
(version "0.9.1")
(version "0.10")
(source (origin
(method url-fetch)
(uri (string-append
@ -16852,7 +16852,7 @@ groups.")
".tar"))
(sha256
(base32
"0ybkz5nqjdrg2z9bfd07xg4k49hrl26vsrwz2vqpfbsqqg5vr4pr"))))
"1g58nvpb04ldhn5qnjw2q5idrv6vhlfa0qmb46cvis6bkz46cxkw"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-magit emacs-taxy))
(home-page "https://github.com/alphapapa/taxy.el")