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


From: guix-commits
Subject: 01/01: gnu: emacs-org: Update to 9.2.5.
Date: Mon, 5 Aug 2019 07:03:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit dedafb9ccf6cf2ec8cc76cbb45c2da78dafbcc15
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Aug 5 13:03:17 2019 +0200

    gnu: emacs-org: Update to 9.2.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.5.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 600d810..aeed657 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6587,14 +6587,14 @@ passive voice.")
     (name "emacs-org")
     ;; emacs-org-contrib inherits from this package.  Please update its sha256
     ;; checksum as well.
-    (version "9.2.3")
+    (version "9.2.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://elpa.gnu.org/packages/org-";
+              (uri (string-append "https://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "0hqy4lns9q5p0l1ylgmlckqprn9sbasszhznanmv0rsh0gzhsbyw"))))
+                "1pid1sykgz83i4ry5n8f270finag6sm7ckqxn5lkikyya43wlzx1"))))
     (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]