mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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.
This commit is contained in:
parent
baa70d2d2f
commit
12d02caeee
1 changed files with 4 additions and 2 deletions
|
@ -15971,7 +15971,7 @@ (define-public emacs-neotree
|
||||||
(define-public emacs-org
|
(define-public emacs-org
|
||||||
(package
|
(package
|
||||||
(name "emacs-org")
|
(name "emacs-org")
|
||||||
(version "9.6.7")
|
(version "9.6.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15980,7 +15980,7 @@ (define-public emacs-org
|
||||||
(commit (string-append "release_" version))))
|
(commit (string-append "release_" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0b8ys2syk33kz4qygwy2qvkvv4g10hj4zdjfr5iw911v1rp61vcr"))))
|
(base32 "0cv1wkvfvr1aj8rv0frnlcwk34ib210ys2419b5fp1lfcfdi9in5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -16021,6 +16021,8 @@ (define-public emacs-org
|
||||||
(string-append all " (skip-unless nil)\n")))
|
(string-append all " (skip-unless nil)\n")))
|
||||||
(substitute* "testing/lisp/test-org.el"
|
(substitute* "testing/lisp/test-org.el"
|
||||||
(("test-org/org-(encode-time|time-string-to-time) .*" all)
|
(("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")))))
|
(string-append all " (skip-unless nil)\n")))))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue