mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -23007,15 +23007,15 @@ (define-public emacs-with-simulated-input
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue