gnu: emacs-org: Update to 20161118.

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

Signed-off-by: 宋文武 <iyzsong@gmail.com>
This commit is contained in:
Nicolas Goaziou 2016-11-18 23:36:26 +01:00 committed by 宋文武
parent e5aade794a
commit fd057b84ec
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -3197,14 +3197,14 @@ (define-public emacs-neotree
(define-public emacs-org
(package
(name "emacs-org")
(version "20161102")
(version "20161118")
(source (origin
(method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
"12v9jhakdxcmlw9zrcrh1fwi3kh6z0qva90hpnr0zjqyj72i0wir"))))
"1w9g8r08kaiw9f4fjsj0hbffzq85rj734j5lxvbaafbnz7dbklk1"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")