me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-01-01 19:31:00 +01:00
parent de03608b35
commit 8023d1d25a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 3 deletions

View File

@ -23142,7 +23142,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.3") (version "0.8")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -23150,7 +23150,7 @@ interactive commands and functions, such as @code{completing-read}.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1jdkk837z8fw2dff5v8fh2dhx7rz348sf5jqpj2aja5ji48p0fs9")) "0l403n75xyjf14pbk7hfdzajv393mk5m0xp9csv8dl805rgzrdkr"))
(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
@ -23160,7 +23160,8 @@ interactive commands and functions, such as @code{completing-read}.")
(native-inputs (native-inputs
(list emacs-buttercup emacs-with-simulated-input emacs-xr)) (list emacs-buttercup emacs-with-simulated-input emacs-xr))
(propagated-inputs (propagated-inputs
(list emacs-dash (list emacs-compat
emacs-dash
emacs-f emacs-f
emacs-helm emacs-helm
emacs-helm-org emacs-helm-org