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


From: guix-commits
Subject: 01/01: gnu: emacs-org: Update to 9.2.3.
Date: Wed, 3 Apr 2019 16:49:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ec8987763f78da52895aa7c4dd3c042e9a2e9f85
Author: Nicolas Goaziou <address@hidden>
Date:   Wed Apr 3 22:48:50 2019 +0200

    gnu: emacs-org: Update to 9.2.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.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 5781ea1..4b05b9b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5667,14 +5667,14 @@ passive voice.")
     (name "emacs-org")
     ;; emacs-org-contrib inherits from this package.  Please update its sha256
     ;; checksum as well.
-    (version "9.2.2")
+    (version "9.2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "02fq3x4haady2vagg9b363ynsrxzpijfp420qhciy7x8y7m89abw"))))
+                "0hqy4lns9q5p0l1ylgmlckqprn9sbasszhznanmv0rsh0gzhsbyw"))))
     (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]