me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-trello: Update to 0.8.2.

* gnu/packages/emacs-xyz.scm (emacs-org-trello): Update to 0.8.2.
master
Nicolas Goaziou 2021-05-29 15:54:35 +02:00
parent 55c812c070
commit 8689821865
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -7218,7 +7218,7 @@ overview of tasks in a subtree.")
(define-public emacs-org-trello
(package
(name "emacs-org-trello")
(version "0.8.1")
(version "0.8.2")
(source
(origin
(method git-fetch)
@ -7228,7 +7228,7 @@ overview of tasks in a subtree.")
(file-name (git-file-name name version))
(sha256
(base32
"02gx3kv4mkij69ln8x8wf9n28x17pbb4kv85v78d3lxph7ykqimc"))))
"18y5zdjc7zh4jlwz6k1nl13i721rknqm0vp4mxfnmq0sc5a0qva0"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)