gnu: emacs-org: Update to 20170917.

* gnu/packages/emacs.scm (emacs-org): Update to 20170917, aka Org 9.1.1.
This commit is contained in:
Nicolas Goaziou 2017-09-17 23:32:29 +02:00
parent ce27857f71
commit 9c1b37928d
No known key found for this signature in database
GPG key ID: A834B9E080A93738

View file

@ -3875,14 +3875,14 @@ (define-public emacs-neotree
(define-public emacs-org
(package
(name "emacs-org")
(version "20170906")
(version "20170917")
(source (origin
(method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
"12i1h1ncbv0lhcg8w1b48psm69hhhb1f0phh1v3vfyn8xi82ppxz"))))
"0qyis5ph3h99zn9kx7sgraddz41c1cf6yjkwi4im6ikwxk9x8cgc"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")