3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-org: Change source and naming scheme.

* gnu/packages/emacs.scm (emacs-org): Switch back to ELPA.  Adopt its naming
  scheme.
This commit is contained in:
Nicolas Goaziou 2018-03-30 19:57:16 +02:00
parent 5ecd2d28d0
commit 2d19a7e4f4
No known key found for this signature in database
GPG key ID: A834B9E080A93738

View file

@ -4502,14 +4502,14 @@ passive voice.")
(name "emacs-org")
;; emacs-org-contrib inherits from this package. Please update its sha256
;; checksum as well.
(version "20180327")
(version "9.1.9")
(source (origin
(method url-fetch)
(uri (string-append "https://orgmode.org/elpa/org-"
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
"0xmlzlxf15996sd3gj3naiz383d17ngjd9963p4h9kssrkjlwljy"))))
"16yr0srfzsrzv2b1f2wjk8gb2pyhsgj2hxbscixirkxqz674c5cl"))))
(build-system emacs-build-system)
(home-page "https://orgmode.org/")
(synopsis "Outline-based notes management and organizer")