me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-trello): Update to 0.8.1.
master
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
1 changed files with 3 additions and 2 deletions

View File

@ -4671,7 +4671,7 @@ overview of tasks in a subtree.")
(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 @@ overview of tasks in a subtree.")
(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)