guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-ql: Update to 0.5.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-ql: Update to 0.5.2.
Date: Fri, 18 Jun 2021 05:15:37 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new da40346  gnu: emacs-org-ql: Update to 0.5.2.
da40346 is described below

commit da40346d43ead6a66fdb9491199638940f1a1ea6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 18 11:14:53 2021 +0200

    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.
---
 gnu/packages/emacs-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 869a4e0..f6d1f8f 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}.")
 (define-public emacs-org-ql
   (package
     (name "emacs-org-ql")
-    (version "0.5")
+    (version "0.5.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -16885,7 +16885,7 @@ interactive commands and functions, such as 
@code{completing-read}.")
                     (commit version)))
               (sha256
                (base32
-                "14nsy2dbln3m5bpqzyfqycn18sb3qh407hjbkk1l0x2nqs3lrkqn"))
+                "0b3xxnbhnrz0263fnrrdbs3gif4pjkfws4mxkfqqpg0fc8azp2rx"))
               (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs
@@ -16914,8 +16914,7 @@ interactive commands and functions, such as 
@code{completing-read}.")
                ;; 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)))
-             #t)))))
+                (string-append "x" all))))))))
     (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]