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
This commit is contained in:
Nicolas Goaziou 2023-11-08 15:04:34 +01:00
parent 95a60aa413
commit 1721c1fe51
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -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