[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org: Update to 9.3.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org: Update to 9.3.2. |
Date: |
Sun, 26 Jan 2020 17:58:45 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 406c7bc gnu: emacs-org: Update to 9.3.2.
406c7bc is described below
commit 406c7bc6cd16dc0a17e7edbe6594650db09d5032
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Jan 26 23:58:23 2020 +0100
gnu: emacs-org: Update to 9.3.2.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.2.
---
gnu/packages/emacs-xyz.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d255870..fe1ed68 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8053,14 +8053,13 @@ passive voice.")
(name "emacs-org")
;; emacs-org-contrib inherits from this package. Please update it as
;; well.
- (version "9.3.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://elpa.gnu.org/packages/org-"
- version ".tar"))
- (sha256
- (base32
- "1n79h6ihhsaxxbnl9hw511aav0215m3pa51sa5fh3ddknjfplian"))))
+ (version "9.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/org-" version
".tar"))
+ (sha256
+ (base32 "1275s3hzyka2wwxl6nc2sndnwyl7kbc1nnl0hrznxb3wpy2abfd6"))))
(build-system emacs-build-system)
(home-page "https://orgmode.org/")
(synopsis "Outline-based notes management and organizer")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org: Update to 9.3.2.,
guix-commits <=