[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: emacs-org: Update to 20170124.
From: |
Ludovic Courtès |
Subject: |
03/03: gnu: emacs-org: Update to 20170124. |
Date: |
Sun, 29 Jan 2017 00:03:29 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit cf95bd3a8dc1440dbb9788e96f726bcdf54f22f6
Author: Nicolas Goaziou <address@hidden>
Date: Sat Jan 28 23:02:47 2017 +0100
gnu: emacs-org: Update to 20170124.
* gnu/packages/emacs.scm (emacs-org): Update to 20170124.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 21092f3..df7f786 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016 Roel Janssen <address@hidden>
;;; Copyright © 2016, 2017 ng0 <address@hidden>
;;; Copyright © 2016 Alex Griffin <address@hidden>
-;;; Copyright © 2016 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2016, 2017 Nicolas Goaziou <address@hidden>
;;; Copyright © 2016 Alex Vong <address@hidden>
;;; Copyright © 2016 Arun Isaac <address@hidden>
;;; Copyright © 2017 Christopher Baines <address@hidden>
@@ -3398,14 +3398,14 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
- (version "20161224")
+ (version "20170124")
(source (origin
(method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
- "0b10bjypn0w5ja776f8sxl1qpvb61iyz1n3c74jx6fqwypv7dmgi"))))
+ "0mcnjwvily0xv1xl11dj18lg38llvrxja2j9mwn6vql8n5y1srxi"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")