mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-org-ql: Update to 0.8.4.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.8.4. Change-Id: Idb2e25155a62cbf699367a749194dce1852339ec
This commit is contained in:
parent
3485c7bfef
commit
396d84071f
1 changed files with 2 additions and 2 deletions
|
@ -23405,7 +23405,7 @@ (define-public emacs-with-simulated-input
|
|||
(define-public emacs-org-ql
|
||||
(package
|
||||
(name "emacs-org-ql")
|
||||
(version "0.8")
|
||||
(version "0.8.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -23413,7 +23413,7 @@ (define-public emacs-org-ql
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0l403n75xyjf14pbk7hfdzajv393mk5m0xp9csv8dl805rgzrdkr"))
|
||||
"07r9bx0bh7wyj5pbkhnrn8amzz3ynri94cxcxgcn1r3ypdhk6y85"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue