mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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:
parent
503f9aadc4
commit
e3c4fcaae3
1 changed files with 3 additions and 2 deletions
|
@ -4671,7 +4671,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.0")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4680,7 +4680,8 @@ (define-public emacs-org-trello
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m5hyhb6211hdmyp1bq6f3fklfgw3957knd96bfdafj727vdnlzm"))))
|
(base32
|
||||||
|
"02gx3kv4mkij69ln8x8wf9n28x17pbb4kv85v78d3lxph7ykqimc"))))
|
||||||
(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