guix-commits
[Top][All Lists]
Advanced

[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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]