mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-org: Update to 20170917.
* gnu/packages/emacs.scm (emacs-org): Update to 20170917, aka Org 9.1.1.
This commit is contained in:
parent
ce27857f71
commit
9c1b37928d
1 changed files with 2 additions and 2 deletions
|
@ -3875,14 +3875,14 @@ (define-public emacs-neotree
|
|||
(define-public emacs-org
|
||||
(package
|
||||
(name "emacs-org")
|
||||
(version "20170906")
|
||||
(version "20170917")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://elpa.gnu.org/packages/org-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"12i1h1ncbv0lhcg8w1b48psm69hhhb1f0phh1v3vfyn8xi82ppxz"))))
|
||||
"0qyis5ph3h99zn9kx7sgraddz41c1cf6yjkwi4im6ikwxk9x8cgc"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "http://orgmode.org/")
|
||||
(synopsis "Outline-based notes management and organizer")
|
||||
|
|
Loading…
Reference in a new issue