all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26786: [PATCH] gnu: emacs-org: Update to 20170502.
@ 2017-05-05 17:43 Vasile Dumitrascu
  2017-05-05 20:45 ` Arun Isaac
  0 siblings, 1 reply; 6+ messages in thread
From: Vasile Dumitrascu @ 2017-05-05 17:43 UTC (permalink / raw)
  To: 26786; +Cc: Vasile Dumitrascu

* 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

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

end of thread, other threads:[~2017-05-06 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-05 17:43 bug#26786: [PATCH] gnu: emacs-org: Update to 20170502 Vasile Dumitrascu
2017-05-05 20:45 ` Arun Isaac
2017-05-05 22:06   ` Ludovic Courtès
2017-05-06  4:07     ` Arun Isaac
2017-05-06 13:47       ` Ludovic Courtès
2017-05-06 16:59         ` Arun Isaac

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.