me
/
guix
Archived
1
0
Fork 0

gnu: emacs-taxy: Update to 0.10.

* gnu/packages/emacs-xyz.scm (emacs-taxy): Update to 0.10.
Nicolas Goaziou 2022-08-06 01:30:16 +02:00
parent 6615e82a63
commit 5974f0a276
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -16613,7 +16613,7 @@ an elisp expression.")
(define-public emacs-taxy (define-public emacs-taxy
(package (package
(name "emacs-taxy") (name "emacs-taxy")
(version "0.9") (version "0.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -16621,7 +16621,7 @@ an elisp expression.")
"https://elpa.gnu.org/packages/taxy-" version ".tar")) "https://elpa.gnu.org/packages/taxy-" version ".tar"))
(sha256 (sha256
(base32 (base32
"1nzafs3yvcnmg07zi345n2yvjsw9wixlybzibnhf5k6jnd0vvpjh")))) "1jamry2p3qhswq8prd2g7ljh4yqk0wwblyd9fhnaclakahrn5vi3"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-magit)) (list emacs-magit))