emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26786: closed ([PATCH] gnu: emacs-org: Update to 2


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26786: closed ([PATCH] gnu: emacs-org: Update to 20170502.)
Date: Fri, 05 May 2017 20:46:02 +0000

Your message dated Sat, 06 May 2017 02:15:22 +0530
with message-id <address@hidden>
and subject line Re: bug#26786: [PATCH] gnu: emacs-org: Update to 20170502.
has caused the debbugs.gnu.org bug report #26786,
regarding [PATCH] gnu: emacs-org: Update to 20170502.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26786: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26786
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-org: Update to 20170502. Date: Fri, 5 May 2017 19:43:09 +0200
* gnu/packages/emacs.scm (emacs-org): Update to 20170502.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 74f0ff8b5..04ceb0e4d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3574,14 +3574,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20170210")
+    (version "20170502")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-";
                                   version ".tar"))
               (sha256
                (base32
-                "15415wh3w8d4c8hd7qfrfdjnjb1zppmrkg8cdp7hw2ilyr90c0bn"))))
+                "12inz804j55ycprb2m3ay54d1bhwhjssmn5nrfm7cfklyhfsy27s"))))
     (build-system emacs-build-system)
     (home-page "http://orgmode.org/";)
     (synopsis "Outline-based notes management and organizer")
-- 
2.11.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#26786: [PATCH] gnu: emacs-org: Update to 20170502. Date: Sat, 06 May 2017 02:15:22 +0530
Pushed, thanks!

I think we should build directly from org's release tarball at
http://orgmode.org/org-9.0.6.tar.gz instead of using the ELPA
tarball. It somehow feels like we are not building from source but
rather relying on a prepackaged tarball from ELPA. However, Nicolas
Goaziou, the org mode maintainer,
disagrees. https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01395.html


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]