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 20170210.

* gnu/packages/emacs.scm (emacs-org): Update to 20170210.
This commit is contained in:
Nicolas Goaziou 2017-02-18 09:59:15 +01:00 committed by Ricardo Wurmus
parent 42e721a13d
commit a26d6bcc53
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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