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") (name "emacs-org")
;; emacs-org-contrib inherits from this package. Please update it as ;; emacs-org-contrib inherits from this package. Please update it as
;; well. ;; well.
(version "9.3.1") (version "9.3.2")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "https://elpa.gnu.org/packages/org-" (method url-fetch)
version ".tar")) (uri (string-append "https://elpa.gnu.org/packages/org-" version ".tar"))
(sha256 (sha256
(base32 (base32 "1275s3hzyka2wwxl6nc2sndnwyl7kbc1nnl0hrznxb3wpy2abfd6"))))
"1n79h6ihhsaxxbnl9hw511aav0215m3pa51sa5fh3ddknjfplian"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://orgmode.org/") (home-page "https://orgmode.org/")
(synopsis "Outline-based notes management and organizer") (synopsis "Outline-based notes management and organizer")