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