gnu: emacs-org: Update to 9.2.3.

* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.3.
master
Nicolas Goaziou 2019-04-03 22:48:50 +02:00
parent cdd962e89b
commit ec8987763f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -5667,14 +5667,14 @@ passive voice.")
(name "emacs-org")
;; emacs-org-contrib inherits from this package. Please update its sha256
;; checksum as well.
(version "9.2.2")
(version "9.2.3")
(source (origin
(method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
"02fq3x4haady2vagg9b363ynsrxzpijfp420qhciy7x8y7m89abw"))))
"0hqy4lns9q5p0l1ylgmlckqprn9sbasszhznanmv0rsh0gzhsbyw"))))
(build-system emacs-build-system)
(home-page "https://orgmode.org/")
(synopsis "Outline-based notes management and organizer")