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:
parent
95a60aa413
commit
1721c1fe51
@ -23007,15 +23007,15 @@ 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.2")
|
(version "0.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/alphapapa/org-ql")
|
(url "https://github.com/alphapapa/org-ql")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nxjhk0yd0njlscnxvsxnlf1wy6027spcaks64qgvnrzzq9vnzrj"))
|
"1jdkk837z8fw2dff5v8fh2dhx7rz348sf5jqpj2aja5ji48p0fs9"))
|
||||||
(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
|
||||||
|
Loading…
Reference in New Issue
Block a user