me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-ql: Update to 0.7.2.

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.7.2.
[native-inputs]: Add EMACS-XR.
master
Nicolas Goaziou 2023-10-03 21:25:23 +02:00
parent 8915d468d4
commit 415b4b8601
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -22830,7 +22830,7 @@ interactive commands and functions, such as @code{completing-read}.")
(define-public emacs-org-ql
(package
(name "emacs-org-ql")
(version "0.7")
(version "0.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -22838,7 +22838,7 @@ interactive commands and functions, such as @code{completing-read}.")
(commit version)))
(sha256
(base32
"092ckddjbs5d3h6w5x2zkpnm0qzcl00lb8q2656wa81q1kf6928k"))
"1nxjhk0yd0njlscnxvsxnlf1wy6027spcaks64qgvnrzzq9vnzrj"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
@ -22846,7 +22846,7 @@ interactive commands and functions, such as @code{completing-read}.")
#:tests? #t
#:test-command #~(list "buttercup" "-L" ".")))
(native-inputs
(list emacs-buttercup emacs-with-simulated-input))
(list emacs-buttercup emacs-with-simulated-input emacs-xr))
(propagated-inputs
(list emacs-dash
emacs-f