summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-07-17 16:02:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-07-17 16:03:56 +0200
commit348753349222206809f0b1f7d4ce5fbed43290f0 (patch)
treee8d7dd6de5dc45a4d7fd43d930245e9ca5cfaab2 /gnu
parent1d552f636bfcca40cde5a7c0e32d7a039580d2b5 (diff)
downloadpatches-348753349222206809f0b1f7d4ce5fbed43290f0.tar
patches-348753349222206809f0b1f7d4ce5fbed43290f0.tar.gz
gnu: emacs-org: Update to 9.2.4.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2c6d1e4037..30e7b86bb4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6556,16 +6556,14 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
- ;; emacs-org-contrib inherits from this package. Please update its sha256
- ;; checksum as well.
- (version "9.2.3")
+ ;; Please update emacs-org-contrib as well.
+ (version "9.2.4")
(source (origin
(method url-fetch)
- (uri (string-append "http://elpa.gnu.org/packages/org-"
- version ".tar"))
+ (uri (string-append "https://orgmode.org/org-" version ".tar.gz"))
(sha256
(base32
- "0hqy4lns9q5p0l1ylgmlckqprn9sbasszhznanmv0rsh0gzhsbyw"))))
+ "1r0zz8dzjkwmrsgbg3hny5grxbiiw8wgxnpr5yfvrfkvi42fclni"))))
(build-system emacs-build-system)
(home-page "https://orgmode.org/")
(synopsis "Outline-based notes management and organizer")