guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-org: Update to 20170210.


From: Ricardo Wurmus
Subject: 01/01: gnu: emacs-org: Update to 20170210.
Date: Sat, 18 Feb 2017 05:39:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a26d6bcc5340012cbf8577be732817fcc4b45e89
Author: Nicolas Goaziou <address@hidden>
Date:   Sat Feb 18 09:59:15 2017 +0100

    gnu: emacs-org: Update to 20170210.
    
    * gnu/packages/emacs.scm (emacs-org): Update to 20170210.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 04c7a08..c3277df 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3410,14 +3410,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20170124")
+    (version "20170210")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "0mcnjwvily0xv1xl11dj18lg38llvrxja2j9mwn6vql8n5y1srxi"))))
+                "15415wh3w8d4c8hd7qfrfdjnjb1zppmrkg8cdp7hw2ilyr90c0bn"))))
     (build-system emacs-build-system)
     (home-page "http://orgmode.org/";)
     (synopsis "Outline-based notes management and organizer")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]