guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: emacs-org: Update to 20170606.


From: Ludovic Courtès
Subject: 01/03: gnu: emacs-org: Update to 20170606.
Date: Wed, 7 Jun 2017 09:02:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8a7304d60986fd1f6a98301a2ceb0b2b0ac993ce
Author: Nicolas Goaziou <address@hidden>
Date:   Wed Jun 7 11:36:26 2017 +0200

    gnu: emacs-org: Update to 20170606.
    
    * gnu/packages/emacs.scm (emacs-org): Update to 20170606.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 81a74d1..987aaf4 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3618,14 +3618,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20170515")
+    (version "20170606")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "0lfapcxil69x1a63cszgq72lqks1z3gpyxw7vcllqlgi7n7a4y6f"))))
+                "0m2gln3wz9v3aflyxxy2317808yy05rrzrjx35spw2d90d10hmkz"))))
     (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]