guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: org: Update to 9.2.


From: guix-commits
Subject: 02/03: gnu: org: Update to 9.2.
Date: Tue, 1 Jan 2019 12:24:50 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e609114fde69175d0f2efbbce8223b88625e122d
Author: Nicolas Goaziou <address@hidden>
Date:   Tue Jan 1 18:22:46 2019 +0100

    gnu: org: Update to 9.2.
    
    * gnu/packages/emacs.scm (emacs-org): Update to 9.2.
---
 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 bfd9971..6bc1d60 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5503,14 +5503,14 @@ passive voice.")
     (name "emacs-org")
     ;; emacs-org-contrib inherits from this package.  Please update its sha256
     ;; checksum as well.
-    (version "9.1.14")
+    (version "9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "17vd9hig26rqv90l6y92hc2i0x29g44lsdsp0xd4m53s8r3zdikz"))))
+                "14ydwh2r360fpi6v2g9rgf0zazy2ddq1pcdxvzn73h65glnnclz9"))))
     (build-system emacs-build-system)
     (home-page "https://orgmode.org/";)
     (synopsis "Outline-based notes management and organizer")



reply via email to

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