mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-org-ql: Update to 0.8.5.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.8.5. Change-Id: Ie020ddfa7436da5ca7ffa94926d7ab1f0435f2c0
This commit is contained in:
parent
cc20723f61
commit
b04ea322e7
1 changed files with 2 additions and 2 deletions
|
@ -23581,7 +23581,7 @@ (define-public emacs-with-simulated-input
|
|||
(define-public emacs-org-ql
|
||||
(package
|
||||
(name "emacs-org-ql")
|
||||
(version "0.8.4")
|
||||
(version "0.8.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -23589,7 +23589,7 @@ (define-public emacs-org-ql
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"07r9bx0bh7wyj5pbkhnrn8amzz3ynri94cxcxgcn1r3ypdhk6y85"))
|
||||
"1wnvrjx9r9f1ykfdafj9pz1b0n669bqmixb5q35kmahyjis8rswq"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue