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


From: Nicolas Goaziou
Subject: 01/01: gnu: emacs-org: Update to 20170917.
Date: Sun, 17 Sep 2017 17:32:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9c1b37928dc4645f556f5b1588be6b018490650d
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Sep 17 23:32:29 2017 +0200

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