gnu: emacs-org-ql: Update to 0.8.7.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.8.7. Change-Id: I592f482984dd32e5077d011ad98a2c92236e2116
This commit is contained in:
parent
f724a8c662
commit
0584192aa9
1 changed files with 2 additions and 2 deletions
|
@ -23931,7 +23931,7 @@ interactive commands and functions, such as @code{completing-read}.")
|
||||||
(define-public emacs-org-ql
|
(define-public emacs-org-ql
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-ql")
|
(name "emacs-org-ql")
|
||||||
(version "0.8.6")
|
(version "0.8.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -23939,7 +23939,7 @@ interactive commands and functions, such as @code{completing-read}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0425r0qjl83d1zq2z9myish3iqa6pc9ml2jlwmffjnj5gm3vgfsj"))
|
"0smk5affzlf0i4m10kx8mcffpysd61pjm4zidz2qdv5vsg3j9z50"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue