guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-org-ql: Update to 0.6.2.


From: guix-commits
Subject: 01/02: gnu: emacs-org-ql: Update to 0.6.2.
Date: Tue, 5 Jul 2022 08:21:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 36253cb636f174f480c56b31aad7eb9beac412cc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 5 14:16:45 2022 +0200

    gnu: emacs-org-ql: Update to 0.6.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.2.
---
 gnu/packages/emacs-xyz.scm | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8099c8eee9..3b196cfe8d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18696,7 +18696,7 @@ interactive commands and functions, such as 
@code{completing-read}.")
 (define-public emacs-org-ql
   (package
     (name "emacs-org-ql")
-    (version "0.6.1")
+    (version "0.6.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -18704,7 +18704,7 @@ interactive commands and functions, such as 
@code{completing-read}.")
                     (commit version)))
               (sha256
                (base32
-                "1mpq3v8lxqllnb4afqh7p9av0p9bha8ld7741zaw4hxb1252xgm2"))
+                "0iamqv5j43ngj1xdqr36rkgk9lqpk9bg8y531jsldnvwzrp3srpf"))
               (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs
@@ -18723,16 +18723,7 @@ interactive commands and functions, such as 
@code{completing-read}.")
      (list emacs-buttercup emacs-with-simulated-input))
     (arguments
      `(#:tests? #t
-       #: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))))))))
+       #:test-command '("buttercup" "-L" ".")))
     (home-page "https://github.com/alphapapa/org-ql/";)
     (synopsis "Query language for Org buffers")
     (description "This package provides a Lispy query language for Org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]