gnu: emacs-org: Update to 9.3.2.

* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.2.
This commit is contained in:
Nicolas Goaziou 2020-01-26 23:58:23 +01:00
parent 753c9b7c19
commit 406c7bc6cd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -8053,14 +8053,13 @@ passive voice.")
(name "emacs-org")
;; emacs-org-contrib inherits from this package. Please update it as
;; well.
(version "9.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
"1n79h6ihhsaxxbnl9hw511aav0215m3pa51sa5fh3ddknjfplian"))))
(version "9.3.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/org-" version ".tar"))
(sha256
(base32 "1275s3hzyka2wwxl6nc2sndnwyl7kbc1nnl0hrznxb3wpy2abfd6"))))
(build-system emacs-build-system)
(home-page "https://orgmode.org/")
(synopsis "Outline-based notes management and organizer")