me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-ql: Update to 0.6.2.

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.2.
master
Nicolas Goaziou 2022-07-05 14:16:45 +02:00
parent 801be314d2
commit 36253cb636
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 12 deletions

View File

@ -18696,7 +18696,7 @@ interactive commands and functions, such as @code{completing-read}.")
(define-public emacs-org-ql (define-public emacs-org-ql
(package (package
(name "emacs-org-ql") (name "emacs-org-ql")
(version "0.6.1") (version "0.6.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -18704,7 +18704,7 @@ interactive commands and functions, such as @code{completing-read}.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"1mpq3v8lxqllnb4afqh7p9av0p9bha8ld7741zaw4hxb1252xgm2")) "0iamqv5j43ngj1xdqr36rkgk9lqpk9bg8y531jsldnvwzrp3srpf"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
@ -18723,16 +18723,7 @@ interactive commands and functions, such as @code{completing-read}.")
(list emacs-buttercup emacs-with-simulated-input)) (list emacs-buttercup emacs-with-simulated-input))
(arguments (arguments
`(#:tests? #t `(#:tests? #t
#:test-command '("buttercup" "-L" ".") #:test-command '("buttercup" "-L" ".")))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-failing-tests
(lambda _
(substitute* "tests/test-org-ql.el"
;; This test fails on Emacs 27.1 (see:
;; https://github.com/alphapapa/org-super-agenda/issues/183).
(("it \"Can search buffer containing the link\"" all)
(string-append "x" all))))))))
(home-page "https://github.com/alphapapa/org-ql/") (home-page "https://github.com/alphapapa/org-ql/")
(synopsis "Query language for Org buffers") (synopsis "Query language for Org buffers")
(description "This package provides a Lispy query language for Org (description "This package provides a Lispy query language for Org