summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-07-18 10:43:57 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-07-18 10:43:57 +0200
commit3c90c57a3b1770fe1f7737648f1cbfcc798a136c (patch)
tree7a2eebe32a13988c2adbcc77634fa1b0fe602e0c /gnu
parent1fe84f5dd0e2c11fead39991ebe6d7c0e3ed7564 (diff)
downloadguix-3c90c57a3b1770fe1f7737648f1cbfcc798a136c.tar.gz
Revert "gnu: emacs-org: Update to 9.2.4."
This reverts commit 348753349222206809f0b1f7d4ce5fbed43290f0.

The structure of the tarball is different when obtained from
"https://orgmode.org" and emacs-build-system no longer apply.  Therefore, the
package will not build.

Org has not been updated in ELPA to its latest version (9.2.4); this was
reported upstream.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d6f43ecfef..7ea4413e66 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6556,14 +6556,16 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    ;; Please update emacs-org-contrib as well.
-    (version "9.2.4")
+    ;; emacs-org-contrib inherits from this package.  Please update its sha256
+    ;; checksum as well.
+    (version "9.2.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://orgmode.org/org-" version ".tar.gz"))
+              (uri (string-append "http://elpa.gnu.org/packages/org-"
+                                  version ".tar"))
               (sha256
                (base32
-                "1r0zz8dzjkwmrsgbg3hny5grxbiiw8wgxnpr5yfvrfkvi42fclni"))))
+                "0hqy4lns9q5p0l1ylgmlckqprn9sbasszhznanmv0rsh0gzhsbyw"))))
     (build-system emacs-build-system)
     (home-page "https://orgmode.org/")
     (synopsis "Outline-based notes management and organizer")