GNU bug report logs - #28131
[PATCH] gnu: Update emacs-org to 20170814.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Thu, 17 Aug 2017 20:58:02 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Subject: bug#28131: closed (Re: [bug#28131] [PATCH] gnu: Update emacs-org
 to 20170814.)
Date: Fri, 18 Aug 2017 10:05:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#28131: [PATCH] gnu: Update emacs-org to 20170814.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 28131 <at> debbugs.gnu.org.

-- 
28131: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28131
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 28131 <at> debbugs.gnu.org, 28131-done <at> debbugs.gnu.org
Subject: Re: [bug#28131] [PATCH] gnu: Update emacs-org to 20170814.
Date: Fri, 18 Aug 2017 13:04:02 +0300
Hello Nicolas,

Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> Thank you for your patch.
>
> FWIW, this is not a tagged release. I'm not sure we really need to
> update the package every time an automated release is done, i.e., almost
> every week.
>
> WDYT?

I agree, didn't check this and just trusted to “guix refresh”.  Sorry.

I'll mark as done the bug report.

[Message part 3 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Update emacs-org to 20170814.
Date: Thu, 17 Aug 2017 23:56:52 +0300
[0001-gnu-Update-emacs-org-to-20170814.patch (text/x-patch, inline)]
From 24ac0704093b449d7787f0f75ff4fb1ece29fcd2 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Thu, 17 Aug 2017 23:55:29 +0300
Subject: [PATCH] gnu: Update emacs-org to 20170814.

* gnu/packages/emacs.scm (emacs-org): Update to 20170814.
---
 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 d72e3f336..7f9437fb7 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3716,14 +3716,14 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "20170622")
+    (version "20170814")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/org-"
                                   version ".tar"))
               (sha256
                (base32
-                "0922lcbr2r7bkswljqzbm5y3ny1n67qfrmf7h7z9hsw2wy0505dp"))))
+                "1rk3y4ns5f7f22vv0pg1x5mpn3vpm1123sxpd1ilbzajw3hfgwwn"))))
     (build-system emacs-build-system)
     (home-page "http://orgmode.org/")
     (synopsis "Outline-based notes management and organizer")
-- 
2.14.1




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

Previous Next


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