guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-org: Change source and naming scheme.


From: Nicolas Goaziou
Subject: 02/02: gnu: emacs-org: Change source and naming scheme.
Date: Fri, 30 Mar 2018 14:03:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2d19a7e4f475d55a6706520b75de14b5f3d96209
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Mar 30 19:57:16 2018 +0200

    gnu: emacs-org: Change source and naming scheme.
    
    * gnu/packages/emacs.scm (emacs-org): Switch back to ELPA.  Adopt its naming
      scheme.
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7f4d978..ab0f9ed 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4502,14 +4502,14 @@ passive voice.")
     (name "emacs-org")
     ;; emacs-org-contrib inherits from this package.  Please update its sha256
     ;; checksum as well.
-    (version "20180327")
+    (version "9.1.9")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://orgmode.org/elpa/org-";
+              (uri (string-append "http://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "0xmlzlxf15996sd3gj3naiz383d17ngjd9963p4h9kssrkjlwljy"))))
+                "16yr0srfzsrzv2b1f2wjk8gb2pyhsgj2hxbscixirkxqz674c5cl"))))
     (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]