Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3.2.
This commit is contained in:
Brian Leung 2019-10-20 18:49:03 -07:00
parent b977d900d8
commit 6f91eabb79
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -12194,19 +12194,17 @@ according to a parsing expression grammar.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-ql (define-public emacs-org-ql
(let ((commit "949a06c3ab50482b749fd2d4350837a197660d96")
(revision "3"))
(package (package
(name "emacs-org-ql") (name "emacs-org-ql")
(version (git-version "0.3.1" revision commit)) (version "0.3.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/alphapapa/org-ql") (url "https://github.com/alphapapa/org-ql")
(commit commit))) (commit version)))
(sha256 (sha256
(base32 (base32
"0apcg63xm0242mjgsgw0jrcda4p4iqj7fy3sgh0p7khi4hrs5ch0")) "11bhpi2l28vp8mm9nx18jljbqdnh9vxpv9kp1dn9lpsgivcdbc34"))
(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
@ -12237,7 +12235,7 @@ according to a parsing expression grammar.")
(synopsis "Query language for Org buffers") (synopsis "Query language for Org buffers")
(description "This package provides a Lispy query language for Org (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")