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

* gnu/packages/emacs-xyz.scm (emacs-org-trello): Update to 0.8.1.
This commit is contained in:
Brett Gilio 2019-12-15 14:33:08 -06:00
parent 503f9aadc4
commit e3c4fcaae3
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -4671,7 +4671,7 @@ (define-public emacs-org-sidebar
(define-public emacs-org-trello
(package
(name "emacs-org-trello")
(version "0.8.0")
(version "0.8.1")
(source
(origin
(method git-fetch)
@ -4680,7 +4680,8 @@ (define-public emacs-org-trello
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0m5hyhb6211hdmyp1bq6f3fklfgw3957knd96bfdafj727vdnlzm"))))
(base32
"02gx3kv4mkij69ln8x8wf9n28x17pbb4kv85v78d3lxph7ykqimc"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)