Revert "gnu: emacs-org: Update to 9.2.4."
This reverts commit 3487533492
.
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.
This commit is contained in:
parent
1fe84f5dd0
commit
3c90c57a3b
|
@ -6556,14 +6556,16 @@ passive voice.")
|
||||||
(define-public emacs-org
|
(define-public emacs-org
|
||||||
(package
|
(package
|
||||||
(name "emacs-org")
|
(name "emacs-org")
|
||||||
;; Please update emacs-org-contrib as well.
|
;; emacs-org-contrib inherits from this package. Please update its sha256
|
||||||
(version "9.2.4")
|
;; checksum as well.
|
||||||
|
(version "9.2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r0zz8dzjkwmrsgbg3hny5grxbiiw8wgxnpr5yfvrfkvi42fclni"))))
|
"0hqy4lns9q5p0l1ylgmlckqprn9sbasszhznanmv0rsh0gzhsbyw"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://orgmode.org/")
|
(home-page "https://orgmode.org/")
|
||||||
(synopsis "Outline-based notes management and organizer")
|
(synopsis "Outline-based notes management and organizer")
|
||||||
|
|
Loading…
Reference in New Issue