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

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.7.
[arguments]<#:phases>: Remove unnecessary test fix.
This commit is contained in:
Nicolas Goaziou 2023-03-10 19:09:03 +01:00
parent a08f83ecdc
commit 8186dc2224
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21513,49 +21513,41 @@ interactive commands and functions, such as @code{completing-read}.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-ql (define-public emacs-org-ql
(let ((commit "29533525c39e0e243912bb3c807412e4bc3e804e") (package
(revision "0")) (name "emacs-org-ql")
(package (version "0.7")
(name "emacs-org-ql") (source (origin
(version (git-version "0.6.3" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/alphapapa/org-ql")
(uri (git-reference (commit version)))
(url "https://github.com/alphapapa/org-ql") (sha256
(commit commit))) (base32
(sha256 "092ckddjbs5d3h6w5x2zkpnm0qzcl00lb8q2656wa81q1kf6928k"))
(base32 (file-name (git-file-name name version))))
"01zc2mrlr197r0h2xjgzg88fy74lqbw0hv60jw08ihs0yw7n56y7")) (build-system emacs-build-system)
(file-name (git-file-name name version)))) (arguments
(build-system emacs-build-system) (list
(arguments #:tests? #t
(list #:test-command #~(list "buttercup" "-L" ".")))
#:tests? #t (native-inputs
#:test-command #~(list "buttercup" "-L" ".") (list emacs-buttercup emacs-with-simulated-input))
#:phases (propagated-inputs
#~(modify-phases %standard-phases (list emacs-dash
(add-before 'check 'fix-test emacs-f
(lambda _ emacs-helm
(substitute* "tests/test-org-ql.el" emacs-helm-org
(("can't be linked to") "cant be linked to"))))))) emacs-org
(native-inputs emacs-org-super-agenda
(list emacs-buttercup emacs-with-simulated-input)) emacs-ov
(propagated-inputs emacs-peg
(list emacs-dash emacs-s
emacs-f emacs-ts))
emacs-helm (home-page "https://github.com/alphapapa/org-ql/")
emacs-helm-org (synopsis "Query language for Org buffers")
emacs-org (description "This package provides a Lispy query language for Org
emacs-org-super-agenda
emacs-ov
emacs-peg
emacs-s
emacs-ts))
(home-page "https://github.com/alphapapa/org-ql/")
(synopsis "Query language for Org buffers")
(description "This package provides a Lispy query language for Org
files, allowing for actions to be performed based on search criteria.") files, allowing for actions to be performed based on search criteria.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-bing-dict (define-public emacs-bing-dict
(package (package