[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: emacs-org: Update to 9.6.9.
From: |
guix-commits |
Subject: |
06/08: gnu: emacs-org: Update to 9.6.9. |
Date: |
Sun, 3 Sep 2023 06:33:48 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit bcac8fa318f9bb022b2a5270ba42fa1eeef42a78
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 3 12:21:32 2023 +0200
gnu: emacs-org: Update to 9.6.9.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.9.
[arguments]<#:phases>: Re-instate a previously skipped test.
---
gnu/packages/emacs-xyz.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 470e58ed1a..06c1583577 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16007,7 +16007,7 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
- (version "9.6.8")
+ (version "9.6.9")
(source
(origin
(method git-fetch)
@@ -16016,7 +16016,7 @@ passive voice.")
(commit (string-append "release_" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0cv1wkvfvr1aj8rv0frnlcwk34ib210ys2419b5fp1lfcfdi9in5"))))
+ (base32 "1j1bv6pz8s15ymr1mzrsb465vv39qmd6sb5cjq3sb9c0nzm1mzif"))))
(build-system emacs-build-system)
(arguments
(list
@@ -16057,8 +16057,6 @@ passive voice.")
(string-append all " (skip-unless nil)\n")))
(substitute* "testing/lisp/test-org.el"
(("test-org/org-(encode-time|time-string-to-time) .*" all)
- (string-append all " (skip-unless nil)\n"))
- (("test-org/insert-heading .*" all)
(string-append all " (skip-unless nil)\n")))))
(replace 'install
(lambda _
- branch master updated (9d2e632377 -> 52af65cf66), guix-commits, 2023/09/03
- 01/08: gnu: emacs-org-ref: Update to 3.0-0.bb375f3., guix-commits, 2023/09/03
- 03/08: gnu: emacs-seriestracker: Update to 1.3.1., guix-commits, 2023/09/03
- 04/08: gnu: emacs-scpaste: Update to 0.7.0., guix-commits, 2023/09/03
- 02/08: gnu: emacs-substitute: Update to 0.2.0., guix-commits, 2023/09/03
- 08/08: gnu: emacs-pcre2el: Update to 1.12., guix-commits, 2023/09/03
- 07/08: gnu: emacs-org-contrib: Update to 0.4.2., guix-commits, 2023/09/03
- 06/08: gnu: emacs-org: Update to 9.6.9.,
guix-commits <=
- 05/08: gnu: emacs-popon: Update to 0.13., guix-commits, 2023/09/03