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


From: guix-commits
Subject: 01/02: gnu: emacs-org: Update to 9.3.6.
Date: Sat, 15 Feb 2020 16:33:28 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b4ded9e78e01ad5c9c7af75fefaaf152ea9f5e85
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat Feb 15 22:32:49 2020 +0100

    gnu: emacs-org: Update to 9.3.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.6.
---
 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 c2f0490..272be6d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8078,13 +8078,13 @@ passive voice.")
     (name "emacs-org")
     ;; emacs-org-contrib inherits from this package.  Please update it as
     ;; well.
-    (version "9.3.3")
+    (version "9.3.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/org-"; version 
".tar"))
        (sha256
-        (base32 "0yafckcx5ka2rpmv24x7ns6f3s1h216x2lbgaxsf1dmklbjcfvwv"))))
+        (base32 "0jwpgfzjvf1hd3mx582pw86hysdryaqzp69hk6azi9kmq4bzk87d"))))
     (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]