mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-org: Update to 9.2.4.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.4.
This commit is contained in:
parent
1d552f636b
commit
3487533492
1 changed files with 4 additions and 6 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue