GNU bug report logs - #27273
[PATCH] Update emacs-org

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Wed, 7 Jun 2017 09:39:01 UTC

Severity: normal

Tags: fixed, patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 27273 <at> debbugs.gnu.org
Subject: bug#27273: [PATCH] Update emacs-org
Date: Wed, 07 Jun 2017 11:38:41 +0200
[Message part 1 (text/plain, inline)]
Hello,

The following patch updates Emacs Org to 9.0.8 (aka 20170606).

Regards,

-- 
Nicolas Goaziou                                                0x80A93738
[0001-gnu-emacs-org-Update-to-20170606.patch (text/x-diff, inline)]
From 8ed00006cdcbd4693634c5bf6727ba5c1f8f2847 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Date: Wed, 7 Jun 2017 11:36:26 +0200
Subject: [PATCH] gnu: emacs-org: Update to 20170606.

* gnu/packages/emacs.scm (emacs-org): Update to 20170606.
---
 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 81a74d1fb..987aaf422 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3618,14 +3618,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20170515")
+    (version "20170606")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-"
                                   version ".tar"))
               (sha256
                (base32
-                "0lfapcxil69x1a63cszgq72lqks1z3gpyxw7vcllqlgi7n7a4y6f"))))
+                "0m2gln3wz9v3aflyxxy2317808yy05rrzrjx35spw2d90d10hmkz"))))
     (build-system emacs-build-system)
     (home-page "http://orgmode.org/")
     (synopsis "Outline-based notes management and organizer")
-- 
2.13.0


This bug report was last modified 8 years and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.