3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-org: Update to 20170606.

* gnu/packages/emacs.scm (emacs-org): Update to 20170606.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Goaziou 2017-06-07 11:36:26 +02:00 committed by Ludovic Courtès
parent e71789963f
commit 8a7304d609
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3618,14 +3618,14 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
(version "20170515")
(version "20170606")
(source (origin
(method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
"0lfapcxil69x1a63cszgq72lqks1z3gpyxw7vcllqlgi7n7a4y6f"))))
"0m2gln3wz9v3aflyxxy2317808yy05rrzrjx35spw2d90d10hmkz"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")