mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
Revert "gnu: emacs-org-ql: Update to 0.8.5."
This reverts commit b04ea322e7
.
Check phase freezes.
Change-Id: Ie66617fa09d37747214fa7357aa04630632280a0
This commit is contained in:
parent
bb274ab5aa
commit
df6ea8e9e9
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.5")
|
||||
(version "0.8.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -23589,7 +23589,7 @@ (define-public emacs-org-ql
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1wnvrjx9r9f1ykfdafj9pz1b0n669bqmixb5q35kmahyjis8rswq"))
|
||||
"07r9bx0bh7wyj5pbkhnrn8amzz3ynri94cxcxgcn1r3ypdhk6y85"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue