[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: emacs-org-ql: Update to 0.7.
From: |
guix-commits |
Subject: |
10/10: gnu: emacs-org-ql: Update to 0.7. |
Date: |
Fri, 10 Mar 2023 15:14:26 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 8186dc2224e44c7897fe8cd4715aae3aadab33ac
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 10 19:09:03 2023 +0100
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.
---
gnu/packages/emacs-xyz.scm | 76 +++++++++++++++++++++-------------------------
1 file changed, 34 insertions(+), 42 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5526170b57..15f5fe42b3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21513,49 +21513,41 @@ interactive commands and functions, such as
@code{completing-read}.")
(license license:gpl3+)))
(define-public emacs-org-ql
- (let ((commit "29533525c39e0e243912bb3c807412e4bc3e804e")
- (revision "0"))
- (package
- (name "emacs-org-ql")
- (version (git-version "0.6.3" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/alphapapa/org-ql")
- (commit commit)))
- (sha256
- (base32
- "01zc2mrlr197r0h2xjgzg88fy74lqbw0hv60jw08ihs0yw7n56y7"))
- (file-name (git-file-name name version))))
- (build-system emacs-build-system)
- (arguments
- (list
- #:tests? #t
- #:test-command #~(list "buttercup" "-L" ".")
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'check 'fix-test
- (lambda _
- (substitute* "tests/test-org-ql.el"
- (("can't be linked to") "can’t be linked to")))))))
- (native-inputs
- (list emacs-buttercup emacs-with-simulated-input))
- (propagated-inputs
- (list emacs-dash
- emacs-f
- emacs-helm
- emacs-helm-org
- emacs-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
+ (package
+ (name "emacs-org-ql")
+ (version "0.7")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alphapapa/org-ql")
+ (commit version)))
+ (sha256
+ (base32
+ "092ckddjbs5d3h6w5x2zkpnm0qzcl00lb8q2656wa81q1kf6928k"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:tests? #t
+ #:test-command #~(list "buttercup" "-L" ".")))
+ (native-inputs
+ (list emacs-buttercup emacs-with-simulated-input))
+ (propagated-inputs
+ (list emacs-dash
+ emacs-f
+ emacs-helm
+ emacs-helm-org
+ emacs-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.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-bing-dict
(package
- branch master updated (f7682c2475 -> 8186dc2224), guix-commits, 2023/03/10
- 01/10: gnu: cataclysm-dda: Improve package style., guix-commits, 2023/03/10
- 02/10: gnu: cataclysm-dda: Update to 0.G., guix-commits, 2023/03/10
- 03/10: gnu: emacs-adoc-mode: Update to 0.7.0., guix-commits, 2023/03/10
- 05/10: gnu: emacs-buttercup: Update to 1.30., guix-commits, 2023/03/10
- 10/10: gnu: emacs-org-ql: Update to 0.7.,
guix-commits <=
- 04/10: gnu: emacs-adoc-mode: Improve package style., guix-commits, 2023/03/10
- 06/10: gnu: emacs-elisp-refs: Update to 1.5., guix-commits, 2023/03/10
- 09/10: gnu: emacs-org-journal: Run tests., guix-commits, 2023/03/10
- 08/10: gnu: emacs-org-journal: Update to 2.2.0., guix-commits, 2023/03/10
- 07/10: gnu: emacs-inspector: Update to 0.24., guix-commits, 2023/03/10