gnu: emacs-org-ql: Update to 0.3.1-2.949a06c.

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3.1-2.949a06c.
This commit is contained in:
Brian Leung 2019-10-10 02:22:25 +02:00
parent 8ff62eeb95
commit aa694009c7
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -11744,11 +11744,11 @@ (define-public emacs-peg
(license license:gpl3+)))
(define-public emacs-org-ql
(let ((commit "af0ef304e1d50066787376a68bdf56491f549a39")
(revision "1"))
(let ((commit "949a06c3ab50482b749fd2d4350837a197660d96")
(revision "2"))
(package
(name "emacs-org-ql")
(version (git-version "0.3" revision commit))
(version (git-version "0.3.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@ -11756,7 +11756,7 @@ (define-public emacs-org-ql
(commit commit)))
(sha256
(base32
"1by3xslqr3wxkszbih5j9iwwpm7ajcczg22x5cgh7a7ihshnqbpb"))
"0apcg63xm0242mjgsgw0jrcda4p4iqj7fy3sgh0p7khi4hrs5ch0"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs