civodul pushed a commit to branch master
in repository guix.

commit cf95bd3a8dc1440dbb9788e96f726bcdf54f22f6
Author: Nicolas Goaziou <[email protected]>
Date:   Sat Jan 28 23:02:47 2017 +0100

    gnu: emacs-org: Update to 20170124.
    
    * gnu/packages/emacs.scm (emacs-org): Update to 20170124.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/emacs.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 21092f3..df7f786 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")

Reply via email to