me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-ql: Update to 0.3-1.af0ef30.

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3-1.af0ef30.
master
Brian Leung 2019-10-09 22:30:13 +02:00
parent ca19d88d0a
commit 7a268eadbe
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 33 additions and 27 deletions

View File

@ -11746,34 +11746,40 @@ according to a parsing expression grammar.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-ql (define-public emacs-org-ql
(package (let ((commit "af0ef304e1d50066787376a68bdf56491f549a39")
(name "emacs-org-ql") (revision "1"))
(version "0.2.1") (package
(source (origin (name "emacs-org-ql")
(method git-fetch) (version (git-version "0.3" revision commit))
(uri (git-reference (source (origin
(url "https://github.com/alphapapa/org-ql") (method git-fetch)
(commit version))) (uri (git-reference
(sha256 (url "https://github.com/alphapapa/org-ql")
(base32 (commit commit)))
"1xyabg9fhpip6426za6wjrn0msnaf10c5fzzaawwagk7zmjf9b48")) (sha256
(file-name (git-file-name name version)))) (base32
(build-system emacs-build-system) "1by3xslqr3wxkszbih5j9iwwpm7ajcczg22x5cgh7a7ihshnqbpb"))
(propagated-inputs (file-name (git-file-name name version))))
`(("emacs-s" ,emacs-s) (build-system emacs-build-system)
("emacs-ts" ,emacs-ts) (propagated-inputs
("emacs-org" ,emacs-org) `(("emacs-s" ,emacs-s)
("emacs-dash" ,emacs-dash))) ("emacs-f" ,emacs-f)
(native-inputs ("emacs-ov" ,emacs-ov)
`(("emacs-buttercup" ,emacs-buttercup))) ("emacs-peg" ,emacs-peg)
(arguments ("emacs-org-super-agenda" ,emacs-org-super-agenda)
`(#:tests? #t ("emacs-ts" ,emacs-ts)
#:test-command '("buttercup" "-L" "."))) ("emacs-org" ,emacs-org)
(home-page "https://github.com/alphapapa/org-ql/") ("emacs-dash" ,emacs-dash)))
(synopsis "Query language for Org buffers") (native-inputs
(description "This package provides a Lispy query language for Org `(("emacs-buttercup" ,emacs-buttercup)))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" ".")))
(home-page "https://github.com/alphapapa/org-ql/")
(synopsis "Query language for Org buffers")
(description "This package provides a Lispy query language for Org
files, allowing for actions to be performed based on search criteria.") files, allowing for actions to be performed based on search criteria.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-org-auto-expand (define-public emacs-org-auto-expand
(let ((commit "4938d5f6460e2f8f051ba9ac000b291bfa43ef62") (let ((commit "4938d5f6460e2f8f051ba9ac000b291bfa43ef62")