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

* gnu/packages/emacs.scm (emacs-org): Update to 20171116 a.k.a. Org 9.1.3.
This commit is contained in:
Nicolas Goaziou 2017-11-22 23:31:01 +01:00
parent 9e549ad1c3
commit 5aa6e0d04a
No known key found for this signature in database
GPG key ID: A834B9E080A93738

View file

@ -4197,14 +4197,14 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
(version "20171016")
(version "20171116")
(source (origin
(method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
"1196kv83p953nd9c5gxkn8ndw2kmm2kfw34dldap6m89khqflz5a"))))
"04adsyzjb6klai65g481sc964yyqcip7gqy7a1gp7qhfxx53z582"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")