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,19 +8796,16 @@ The purpose of this library is to wrap all the quirks and hassle of
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-counsel-jq (define-public emacs-counsel-jq
(let ((release "1.0.0")
(revision "0")
(commit "aaf33fc2447096cd0d03b77395fe2a95c9fe1481"))
(package (package
(name "emacs-counsel-jq") (name "emacs-counsel-jq")
(version (git-version release revision commit)) (version "1.1")
(home-page "https://github.com/200ok-ch/counsel-jq") (home-page "https://github.com/200ok-ch/counsel-jq")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url home-page) (url home-page)
(commit commit))) (commit "aaf33fc2447096cd0d03b77395fe2a95c9fe1481")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "10rz0qm8a4bl0m86kx19zq8lri047p4sxqyny08bgm9pbam0wvwn")))) (base32 "10rz0qm8a4bl0m86kx19zq8lri047p4sxqyny08bgm9pbam0wvwn"))))
@ -8820,7 +8817,7 @@ The purpose of this library is to wrap all the quirks and hassle of
(description (description
"This Emacs package provides the ability to live preview @code{jq} "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.