mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-ql: Update to 0.8.10.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.8.10. Change-Id: I9f7caccb4fff3f0c19695237c94c0abf37be387c
This commit is contained in:
parent
03710e3a5d
commit
b91b8c6bf2
1 changed files with 2 additions and 2 deletions
|
@ -25110,7 +25110,7 @@ interactive commands and functions, such as @code{completing-read}.")
|
|||
(define-public emacs-org-ql
|
||||
(package
|
||||
(name "emacs-org-ql")
|
||||
(version "0.8.9")
|
||||
(version "0.8.10")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -25118,7 +25118,7 @@ interactive commands and functions, such as @code{completing-read}.")
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1mw07y82r3b9brphx2j8gj95rbs4632fgq0b79824zqpwm8m291j"))
|
||||
"043m90flbmmcaiv1n5lfw6pd5hr978r9kqbhy34rgyzm0k34sk72"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue