gnu: emacs-org: Update to 9.3.8.

* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.8.
This commit is contained in:
Nicolas Goaziou 2020-09-08 13:33:31 +02:00
parent 0a7acf95db
commit ef428680ed
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9604,13 +9604,13 @@ (define-public emacs-org
(name "emacs-org")
;; emacs-org-contrib inherits from this package. Please update it as
;; well.
(version "9.3.7")
(version "9.3.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/org-" version ".tar"))
(sha256
(base32 "134idizw83g30j3px1kjiwx2bjvnjqar2hai4mgrdl0jzfpgw31f"))))
(base32 "1az00pi9rw3ibx4061jyqr6ll27kvs99yvd7nk5dckjh0ajd0gni"))))
(build-system emacs-build-system)
(arguments
`(#:phases