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 20170828


From: Nicolas Goaziou
Subject: 01/01: gnu: emacs-org: Update to 20170828
Date: Mon, 28 Aug 2017 10:37:25 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8b618c79e075de1631ba51d680f14fc6888dda90
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Aug 28 16:37:12 2017 +0200

    gnu: emacs-org: Update to 20170828
    
    * gnu/packages/emacs.scm (emacs-org): Update to 20170828 (a.k.a. 9.0.10).
---
 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 fb92da6..71eb5a0 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3716,14 +3716,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20170622")
+    (version "20170828")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "0922lcbr2r7bkswljqzbm5y3ny1n67qfrmf7h7z9hsw2wy0505dp"))))
+                "0frjwgjyy7rwb7si57h6nd1p35a4gcd1dc0aka19kn8r59hbi08p"))))
     (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]