unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27273: [PATCH] Update emacs-org
@ 2017-06-07  9:38 Nicolas Goaziou
  2017-06-07 12:15 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2017-06-07  9:38 UTC (permalink / raw)
  To: 27273

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

Hello,

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

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-org-Update-to-20170606.patch --]
[-- Type: text/x-diff, Size: 1192 bytes --]

From 8ed00006cdcbd4693634c5bf6727ba5c1f8f2847 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-10 13:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07  9:38 bug#27273: [PATCH] Update emacs-org Nicolas Goaziou
2017-06-07 12:15 ` Ludovic Courtès
2017-06-07 12:56   ` Nicolas Goaziou
2017-06-08 11:58     ` Ludovic Courtès
2017-06-08 15:44       ` Ricardo Wurmus
2017-06-10 13:45         ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).