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


From: guix-commits
Subject: 01/02: gnu: emacs-org: Update to 9.3.3.
Date: Thu, 6 Feb 2020 03:05:10 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3137e0e55c7490dc603fcf715176d6643e381494
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Thu Feb 6 09:04:16 2020 +0100

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