guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-org: Update to 9.3.


From: guix-commits
Subject: 01/02: gnu: emacs-org: Update to 9.3.
Date: Fri, 6 Dec 2019 15:44:51 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 2f0508f0e763b4162b568dad3a1b70951e2ab287
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Dec 6 21:43:55 2019 +0100

    gnu: emacs-org: Update to 9.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 15aa950..bd641fd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7965,14 +7965,14 @@ passive voice.")
     (name "emacs-org")
     ;; emacs-org-contrib inherits from this package.  Please update its sha256
     ;; checksum as well.
-    (version "9.2.6")
+    (version "9.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "0ikd78k4yw4sm5x7l3dsbvfcmvnv5qna2mxirr560gvcnzhr0zg4"))))
+                "0pyfx4xzzi3qqip958rs7j5ca1r4i5v6dfkx5kbp2ndhqmxbfxjw"))))
     (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]