gnu: emacs-org: Update to 9.4.2.

* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.4.2.
This commit is contained in:
Nicolas Goaziou 2020-12-14 16:40:34 +01:00
parent 76d59abea3
commit 8f351e3a90
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10190,13 +10190,13 @@ (define-public emacs-org
(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.4") (version "9.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/org-" version ".tar")) (uri (string-append "https://elpa.gnu.org/packages/org-" version ".tar"))
(sha256 (sha256
(base32 "1awkrh3y90q7c0as3327rqj0zylf5cpjzr1pyvbzymli16irhwb6")))) (base32 "1bkihy9zd8c1xxlmin1mzafn9kp8a9b3pq0f7bs0yzvxla9dvx98"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases