gnu: emacs-org-ql: Update to 0.1.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.1.
This commit is contained in:
parent
becb69cfe6
commit
716908411b
|
@ -10482,30 +10482,27 @@ tables of contents.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-org-ql
|
(define-public emacs-org-ql
|
||||||
(let ((commit "0aec8ec60395197b2ef2b885c216cf84286efed9")
|
(package
|
||||||
(version "0.1-pre")
|
(name "emacs-org-ql")
|
||||||
(revision "1"))
|
(version "0.1")
|
||||||
(package
|
(source (origin
|
||||||
(name "emacs-org-ql")
|
(method git-fetch)
|
||||||
(version (git-version version 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)))
|
"1nvzirn1lmgmgl7irbsc1n391a2cw8gmvwm3pa228l2c1gcx8kd8"))
|
||||||
(sha256
|
(file-name (git-file-name name version))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"0bj85hxhym7rvkaddcxybxdm7g7w439wij9f2w5ljz1hmvp55991"))
|
(propagated-inputs
|
||||||
(file-name (git-file-name name version))))
|
`(("emacs-s" ,emacs-s)
|
||||||
(build-system emacs-build-system)
|
("emacs-dash" ,emacs-dash)))
|
||||||
(propagated-inputs
|
(home-page "https://github.com/alphapapa/org-ql/")
|
||||||
`(("emacs-s" ,emacs-s)
|
(synopsis "Query language for Org buffers")
|
||||||
("emacs-dash" ,emacs-dash)))
|
(description "This package provides a Lispy query language for Org
|
||||||
(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-parsebib
|
(define-public emacs-parsebib
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue