me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-ql: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.2.
[inputs]: Add emacs-ts and emacs-org.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Brian Leung 2019-09-01 19:51:05 +02:00 committed by Oleg Pykhalov
parent 0b95986aaf
commit 7b90155443
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 4 additions and 2 deletions

View File

@ -11179,7 +11179,7 @@ timestamps by providing a @code{ts} struct.")
(define-public emacs-org-ql (define-public emacs-org-ql
(package (package
(name "emacs-org-ql") (name "emacs-org-ql")
(version "0.1") (version "0.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -11187,11 +11187,13 @@ timestamps by providing a @code{ts} struct.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"1nvzirn1lmgmgl7irbsc1n391a2cw8gmvwm3pa228l2c1gcx8kd8")) "0mq0aj0a3a5gi9nz0ncpzsh731d92n86b0iinvx1m45dcal06h9y"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-s" ,emacs-s) `(("emacs-s" ,emacs-s)
("emacs-ts" ,emacs-ts)
("emacs-org" ,emacs-org)
("emacs-dash" ,emacs-dash))) ("emacs-dash" ,emacs-dash)))
(home-page "https://github.com/alphapapa/org-ql/") (home-page "https://github.com/alphapapa/org-ql/")
(synopsis "Query language for Org buffers") (synopsis "Query language for Org buffers")