[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org: Update to 9.5.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org: Update to 9.5.5. |
Date: |
Sun, 04 Sep 2022 05:19:01 -0400 |
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 8b3112a355 gnu: emacs-org: Update to 9.5.5.
8b3112a355 is described below
commit 8b3112a355b287cebb58d4e003f50190a50fd98c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 4 11:17:50 2022 +0200
gnu: emacs-org: Update to 9.5.5.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.5.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a81255d93b..6d89104226 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13285,7 +13285,7 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
- (version "9.5.4")
+ (version "9.5.5")
(source
(origin
(method git-fetch)
@@ -13294,7 +13294,7 @@ passive voice.")
(commit (string-append "release_" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1an866kkn5r84933s04agm1c3197kza2pvk8lqp2xzpjd09ba394"))))
+ (base32 "0bswysz5laiya9pm689v4rpxjlfqg21azyh1jal9jq80iwjwi2p8"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org: Update to 9.5.5.,
guix-commits <=