mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
741323a89d
commit
bcac8fa318
1 changed files with 2 additions and 4 deletions
|
@ -16007,7 +16007,7 @@ passive voice.")
|
||||||
(define-public emacs-org
|
(define-public emacs-org
|
||||||
(package
|
(package
|
||||||
(name "emacs-org")
|
(name "emacs-org")
|
||||||
(version "9.6.8")
|
(version "9.6.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16016,7 +16016,7 @@ passive voice.")
|
||||||
(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 "0cv1wkvfvr1aj8rv0frnlcwk34ib210ys2419b5fp1lfcfdi9in5"))))
|
(base32 "1j1bv6pz8s15ymr1mzrsb465vv39qmd6sb5cjq3sb9c0nzm1mzif"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -16057,8 +16057,6 @@ passive voice.")
|
||||||
(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…
Add table
Add a link
Reference in a new issue