gnu: emacs-org: Update to 20161102.

* gnu/packages/emacs.scm (emacs-org)[source]: Switch to elpa.gnu.org so
'guix refresh' can pick it up.  Update to 20161102.
This commit is contained in:
Ludovic Courtès 2016-11-18 18:25:32 +01:00
parent 4c80d4c481
commit c2662820f3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -3197,14 +3197,14 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
(version "20160912")
(version "20161102")
(source (origin
(method url-fetch)
(uri (string-append "http://orgmode.org/elpa/org-"
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
"1xawj0pdvqrgzlixxgbfa01gzajfaz47anr5m4aw035rhc6s02r7"))))
"12v9jhakdxcmlw9zrcrh1fwi3kh6z0qva90hpnr0zjqyj72i0wir"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")