gnu: emacs-org-contrib: Update to 20201213.

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

View file

@ -10221,14 +10221,14 @@ (define-public emacs-org-contrib
(package
(inherit emacs-org)
(name "emacs-org-contrib")
(version "20200914")
(version "20201213")
(source
(origin
(method url-fetch)
(uri (string-append "https://orgmode.org/elpa/"
"org-plus-contrib-" version ".tar"))
(sha256
(base32 "1naq25g4d95cx29axx428rnpc4m9hd0j7w1l0vqwkdjyr5qfj0ab"))
(base32 "0ljjx6zaqphqhm434ymv3bcpyxqymzpaifdh8nkzg8vdzyfma580"))
;; ob-sclang.el is packaged separately to avoid the dependency on
;; SuperCollider and qtwebengine.
(modules '((guix build utils)))