gnu: emacs-org: Update to 20170828

* gnu/packages/emacs.scm (emacs-org): Update to 20170828 (a.k.a. 9.0.10).
This commit is contained in:
Nicolas Goaziou 2017-08-28 16:37:12 +02:00
parent 92cc6a5801
commit 8b618c79e0
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 2 additions and 2 deletions

View File

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