gnu: emacs-org-sidebar: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.2.
This commit is contained in:
Brian Leung 2019-10-09 22:32:09 +02:00
parent 7a268eadbe
commit 8ff62eeb95
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 23 additions and 25 deletions

View File

@ -4453,20 +4453,18 @@ started with 20 minutes. All values are customizable.")
(license license:gpl3+))))
(define-public emacs-org-sidebar
(let ((commit "b2a5a69b1ebbab63b55e7d1a9453f385624a642c")
(revision "2"))
(package
(name "emacs-org-sidebar")
(version (git-version "0.1" revision commit))
(version "0.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/alphapapa/org-sidebar.git")
(commit commit)))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0dajwg92kj7998xl0x35dlqwdhgwjcwxa726kf4f3wgv1azpyff6"))))
(base32 "106h06vjfbqfj761vbxwymd6612ds8c6fk053yzgbrqzm3hn2c03"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
@ -4482,7 +4480,7 @@ buffer (similar to the Org agenda ,but without all its features), and below
that is a list of all other non-done to-do items. If the buffer is narrowed,
the sidebar only shows items in the narrowed portion; this allows seeing an
overview of tasks in a subtree.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-org-trello
(package