guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/44: gnu: emacs-org: Update to 9.6.8.


From: guix-commits
Subject: 32/44: gnu: emacs-org: Update to 9.6.8.
Date: Fri, 1 Sep 2023 16:23:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 12d02caeeeb053fa9cc044d2fa74770f1fac442a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:56:52 2023 +0200

    gnu: emacs-org: Update to 9.6.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.8.
    [arguments]<#:phases>: Skip another failing test.
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 21e2df4f33..08f2e3602f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15971,7 +15971,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.6.7")
+    (version "9.6.8")
     (source
      (origin
        (method git-fetch)
@@ -15980,7 +15980,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0b8ys2syk33kz4qygwy2qvkvv4g10hj4zdjfr5iw911v1rp61vcr"))))
+        (base32 "0cv1wkvfvr1aj8rv0frnlcwk34ib210ys2419b5fp1lfcfdi9in5"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -16021,6 +16021,8 @@ 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]