me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-ql: Update to 0.6.1.

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.1.
master
Nicolas Goaziou 2022-03-20 12:27:34 +01:00
parent 07c3a279b7
commit 33ecd898a5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -18090,7 +18090,7 @@ interactive commands and functions, such as @code{completing-read}.")
(define-public emacs-org-ql
(package
(name "emacs-org-ql")
(version "0.6")
(version "0.6.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -18098,7 +18098,7 @@ interactive commands and functions, such as @code{completing-read}.")
(commit version)))
(sha256
(base32
"1jfm4ahh58x3a3njigrbfzd86fnbyybbcgca2mgmxddcy6bszfp1"))
"1mpq3v8lxqllnb4afqh7p9av0p9bha8ld7741zaw4hxb1252xgm2"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs