diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-18 11:14:53 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-18 11:14:53 +0200 |
| commit | da40346d43ead6a66fdb9491199638940f1a1ea6 (patch) | |
| tree | b357326bbf6a9d39e8f6f636d63d734b3b1d55f2 /gnu | |
| parent | 057373348dafe702d635daece16129877cebeaca (diff) | |
gnu: emacs-org-ql: Update to 0.5.2.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.5.2.
[arguments]<#:phases>: Remove unnecessary #t.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 869a4e0f9be..f6d1f8fccde 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -16877,7 +16877,7 @@ interactive commands and functions, such as @code{completing-read}.") | |||
| 16877 | (define-public emacs-org-ql | 16877 | (define-public emacs-org-ql |
| 16878 | (package | 16878 | (package |
| 16879 | (name "emacs-org-ql") | 16879 | (name "emacs-org-ql") |
| 16880 | (version "0.5") | 16880 | (version "0.5.2") |
| 16881 | (source (origin | 16881 | (source (origin |
| 16882 | (method git-fetch) | 16882 | (method git-fetch) |
| 16883 | (uri (git-reference | 16883 | (uri (git-reference |
| @@ -16885,7 +16885,7 @@ interactive commands and functions, such as @code{completing-read}.") | |||
| 16885 | (commit version))) | 16885 | (commit version))) |
| 16886 | (sha256 | 16886 | (sha256 |
| 16887 | (base32 | 16887 | (base32 |
| 16888 | "14nsy2dbln3m5bpqzyfqycn18sb3qh407hjbkk1l0x2nqs3lrkqn")) | 16888 | "0b3xxnbhnrz0263fnrrdbs3gif4pjkfws4mxkfqqpg0fc8azp2rx")) |
| 16889 | (file-name (git-file-name name version)))) | 16889 | (file-name (git-file-name name version)))) |
| 16890 | (build-system emacs-build-system) | 16890 | (build-system emacs-build-system) |
| 16891 | (propagated-inputs | 16891 | (propagated-inputs |
| @@ -16914,8 +16914,7 @@ interactive commands and functions, such as @code{completing-read}.") | |||
| 16914 | ;; This test fails on Emacs 27.1 (see: | 16914 | ;; This test fails on Emacs 27.1 (see: |
| 16915 | ;; https://github.com/alphapapa/org-super-agenda/issues/183). | 16915 | ;; https://github.com/alphapapa/org-super-agenda/issues/183). |
| 16916 | (("it \"Can search buffer containing the link\"" all) | 16916 | (("it \"Can search buffer containing the link\"" all) |
| 16917 | (string-append "x" all))) | 16917 | (string-append "x" all)))))))) |
| 16918 | #t))))) | ||
| 16919 | (home-page "https://github.com/alphapapa/org-ql/") | 16918 | (home-page "https://github.com/alphapapa/org-ql/") |
| 16920 | (synopsis "Query language for Org buffers") | 16919 | (synopsis "Query language for Org buffers") |
| 16921 | (description "This package provides a Lispy query language for Org | 16920 | (description "This package provides a Lispy query language for Org |
