me
/
guix
Archived
1
0
Fork 0

gnu: emacs-counsel-jq: Update to 1.1.

* gnu/packages/emacs-xyz.scm (emacs-counsel-jq): Update to 1.1.
master
Nicolas Goaziou 2021-05-29 00:02:36 +02:00
parent c8fc1e4f7a
commit f95a062f95
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 24 deletions

View File

@ -8796,31 +8796,28 @@ The purpose of this library is to wrap all the quirks and hassle of
(license license:gpl3+)))
(define-public emacs-counsel-jq
(let ((release "1.0.0")
(revision "0")
(commit "aaf33fc2447096cd0d03b77395fe2a95c9fe1481"))
(package
(name "emacs-counsel-jq")
(version (git-version release revision commit))
(home-page "https://github.com/200ok-ch/counsel-jq")
(source
(origin
(method git-fetch)
(uri (git-reference
(url home-page)
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "10rz0qm8a4bl0m86kx19zq8lri047p4sxqyny08bgm9pbam0wvwn"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-swiper" ,emacs-swiper)
("jq" ,jq)))
(synopsis "Live preview @code{jq} queries using counsel")
(description
"This Emacs package provides the ability to live preview @code{jq}
(package
(name "emacs-counsel-jq")
(version "1.1")
(home-page "https://github.com/200ok-ch/counsel-jq")
(source
(origin
(method git-fetch)
(uri (git-reference
(url home-page)
(commit "aaf33fc2447096cd0d03b77395fe2a95c9fe1481")))
(file-name (git-file-name name version))
(sha256
(base32 "10rz0qm8a4bl0m86kx19zq8lri047p4sxqyny08bgm9pbam0wvwn"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-swiper" ,emacs-swiper)
("jq" ,jq)))
(synopsis "Live preview @code{jq} queries using counsel")
(description
"This Emacs package provides the ability to live preview @code{jq}
queries using counsel.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-counsel-notmuch
;; Upstream provides no release. Extract version for main file.