diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-07 14:59:26 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-07 19:43:53 +0200 |
commit | dc89d17164011516c58070baa3b3ffde7eb758b4 (patch) | |
tree | 6b09c2086242a10149a6f800d68d94e3e52fab44 | |
parent | 89d0cecceaf7cbdc0ed0dde47a159290d8187eeb (diff) |
gnu: emacs-org: Update to 9.3.7.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.7.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1d890407cc..80f433e32e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9604,13 +9604,13 @@ passive voice.") (name "emacs-org") ;; emacs-org-contrib inherits from this package. Please update it as ;; well. - (version "9.3.6") + (version "9.3.7") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/org-" version ".tar")) (sha256 - (base32 "0jwpgfzjvf1hd3mx582pw86hysdryaqzp69hk6azi9kmq4bzk87d")))) + (base32 "134idizw83g30j3px1kjiwx2bjvnjqar2hai4mgrdl0jzfpgw31f")))) (build-system emacs-build-system) (arguments `(#:phases @@ -9635,14 +9635,14 @@ programming and reproducible research.") (package (inherit emacs-org) (name "emacs-org-contrib") - (version "20200213") + (version "20200907") (source (origin (method url-fetch) (uri (string-append "https://orgmode.org/elpa/" "org-plus-contrib-" version ".tar")) (sha256 - (base32 "0g6rrrwplrifz4ip0jg638m4kvpvdg03hwnyghd813w0lm935mh5")))) + (base32 "1f2471klf0v90irpp80413y4v6mhf9bwmrirdilk7qz2p1l6wf4z")))) (arguments `(#:modules ((guix build emacs-build-system) (guix build utils) |