mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: emacs-org-ql: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.8. [propagated-inputs]: Add EMACS-COMPAT. Change-Id: I62149e53160ceb249ef49c052c28ecb30dd2a717
This commit is contained in:
parent
de03608b35
commit
8023d1d25a
1 changed files with 4 additions and 3 deletions
|
@ -23142,7 +23142,7 @@ (define-public emacs-with-simulated-input
|
|||
(define-public emacs-org-ql
|
||||
(package
|
||||
(name "emacs-org-ql")
|
||||
(version "0.7.3")
|
||||
(version "0.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -23150,7 +23150,7 @@ (define-public emacs-org-ql
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1jdkk837z8fw2dff5v8fh2dhx7rz348sf5jqpj2aja5ji48p0fs9"))
|
||||
"0l403n75xyjf14pbk7hfdzajv393mk5m0xp9csv8dl805rgzrdkr"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
@ -23160,7 +23160,8 @@ (define-public emacs-org-ql
|
|||
(native-inputs
|
||||
(list emacs-buttercup emacs-with-simulated-input emacs-xr))
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
(list emacs-compat
|
||||
emacs-dash
|
||||
emacs-f
|
||||
emacs-helm
|
||||
emacs-helm-org
|
||||
|
|
Loading…
Reference in a new issue