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 20170906.


From: Nicolas Goaziou
Subject: 01/01: gnu: emacs-org: Update to 20170906.
Date: Wed, 6 Sep 2017 08:46:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e9ba22d6e197e449b98f187a9b74459c392d32d6
Author: Nicolas Goaziou <address@hidden>
Date:   Wed Sep 6 14:45:08 2017 +0200

    gnu: emacs-org: Update to 20170906.
    
    * gnu/packages/emacs.scm (emacs-org): Update to 20170906, a.k.a. Org 9.1.
---
 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 bc01d57..9c0f9bc 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3814,14 +3814,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20170828")
+    (version "20170906")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "0frjwgjyy7rwb7si57h6nd1p35a4gcd1dc0aka19kn8r59hbi08p"))))
+                "12i1h1ncbv0lhcg8w1b48psm69hhhb1f0phh1v3vfyn8xi82ppxz"))))
     (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]