gnu: emacs-org-trello: Update to 0.8.2.
* gnu/packages/emacs-xyz.scm (emacs-org-trello): Update to 0.8.2.
This commit is contained in:
parent
55c812c070
commit
8689821865
1 changed files with 2 additions and 2 deletions
|
@ -7218,7 +7218,7 @@ (define-public emacs-org-sidebar
|
||||||
(define-public emacs-org-trello
|
(define-public emacs-org-trello
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-trello")
|
(name "emacs-org-trello")
|
||||||
(version "0.8.1")
|
(version "0.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7228,7 +7228,7 @@ (define-public emacs-org-trello
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02gx3kv4mkij69ln8x8wf9n28x17pbb4kv85v78d3lxph7ykqimc"))))
|
"18y5zdjc7zh4jlwz6k1nl13i721rknqm0vp4mxfnmq0sc5a0qva0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Reference in a new issue