diff options
Diffstat (limited to 'gnu/packages/emacs.scm')
-rw-r--r-- | gnu/packages/emacs.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 21092f32c0..df7f7869d2 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2016 Roel Janssen <[email protected]> ;;; Copyright © 2016, 2017 ng0 <[email protected]> ;;; Copyright © 2016 Alex Griffin <[email protected]> -;;; Copyright © 2016 Nicolas Goaziou <[email protected]> +;;; Copyright © 2016, 2017 Nicolas Goaziou <[email protected]> ;;; Copyright © 2016 Alex Vong <[email protected]> ;;; Copyright © 2016 Arun Isaac <[email protected]> ;;; Copyright © 2017 Christopher Baines <[email protected]> @@ -3398,14 +3398,14 @@ passive voice.") (define-public emacs-org (package (name "emacs-org") - (version "20161224") + (version "20170124") (source (origin (method url-fetch) (uri (string-append "http://elpa.gnu.org/packages/org-" version ".tar")) (sha256 (base32 - "0b10bjypn0w5ja776f8sxl1qpvb61iyz1n3c74jx6fqwypv7dmgi")))) + "0mcnjwvily0xv1xl11dj18lg38llvrxja2j9mwn6vql8n5y1srxi")))) (build-system emacs-build-system) (home-page "http://orgmode.org/") (synopsis "Outline-based notes management and organizer") |