guix-commits
[Top][All Lists]
Advanced

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

33/40: gnu: emacs-org-ql: Update to 0.7.3.


From: guix-commits
Subject: 33/40: gnu: emacs-org-ql: Update to 0.7.3.
Date: Wed, 8 Nov 2023 09:31:05 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 1721c1fe51ca6a891af9b2db3242e84ea3222936
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 8 15:04:34 2023 +0100

    gnu: emacs-org-ql: Update to 0.7.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.7.3.
    
    Change-Id: I4bedacdab4947ff6e0e751cb8c2cffecc31052e3
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 28e14803d7..c218f03fee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23007,15 +23007,15 @@ interactive commands and functions, such as 
@code{completing-read}.")
 (define-public emacs-org-ql
   (package
     (name "emacs-org-ql")
-    (version "0.7.2")
+    (version "0.7.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/alphapapa/org-ql";)
-                    (commit version)))
+                    (commit (string-append "v" version))))
               (sha256
                (base32
-                "1nxjhk0yd0njlscnxvsxnlf1wy6027spcaks64qgvnrzzq9vnzrj"))
+                "1jdkk837z8fw2dff5v8fh2dhx7rz348sf5jqpj2aja5ji48p0fs9"))
               (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (arguments



reply via email to

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