gnu: emacs-org: Update to 20170906.

* gnu/packages/emacs.scm (emacs-org): Update to 20170906, a.k.a. Org 9.1.
This commit is contained in:
Nicolas Goaziou 2017-09-06 14:45:08 +02:00
parent 98df3a88b5
commit e9ba22d6e1
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 2 additions and 2 deletions

View File

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