mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: emacs-counsel-jq: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-counsel-jq): Update to 1.1.
This commit is contained in:
parent
c8fc1e4f7a
commit
f95a062f95
1 changed files with 21 additions and 24 deletions
|
@ -8796,31 +8796,28 @@ (define-public emacs-epl
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-counsel-jq
|
(define-public emacs-counsel-jq
|
||||||
(let ((release "1.0.0")
|
(package
|
||||||
(revision "0")
|
(name "emacs-counsel-jq")
|
||||||
(commit "aaf33fc2447096cd0d03b77395fe2a95c9fe1481"))
|
(version "1.1")
|
||||||
(package
|
(home-page "https://github.com/200ok-ch/counsel-jq")
|
||||||
(name "emacs-counsel-jq")
|
(source
|
||||||
(version (git-version release revision commit))
|
(origin
|
||||||
(home-page "https://github.com/200ok-ch/counsel-jq")
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url home-page)
|
||||||
(method git-fetch)
|
(commit "aaf33fc2447096cd0d03b77395fe2a95c9fe1481")))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url home-page)
|
(sha256
|
||||||
(commit commit)))
|
(base32 "10rz0qm8a4bl0m86kx19zq8lri047p4sxqyny08bgm9pbam0wvwn"))))
|
||||||
(file-name (git-file-name name version))
|
(build-system emacs-build-system)
|
||||||
(sha256
|
(propagated-inputs
|
||||||
(base32 "10rz0qm8a4bl0m86kx19zq8lri047p4sxqyny08bgm9pbam0wvwn"))))
|
`(("emacs-swiper" ,emacs-swiper)
|
||||||
(build-system emacs-build-system)
|
("jq" ,jq)))
|
||||||
(propagated-inputs
|
(synopsis "Live preview @code{jq} queries using counsel")
|
||||||
`(("emacs-swiper" ,emacs-swiper)
|
(description
|
||||||
("jq" ,jq)))
|
"This Emacs package provides the ability to live preview @code{jq}
|
||||||
(synopsis "Live preview @code{jq} queries using counsel")
|
|
||||||
(description
|
|
||||||
"This Emacs package provides the ability to live preview @code{jq}
|
|
||||||
queries using counsel.")
|
queries using counsel.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-counsel-notmuch
|
(define-public emacs-counsel-notmuch
|
||||||
;; Upstream provides no release. Extract version for main file.
|
;; Upstream provides no release. Extract version for main file.
|
||||||
|
|
Loading…
Reference in a new issue