[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: emacs-counsel-jq: Update to 1.1.
From: |
guix-commits |
Subject: |
05/07: gnu: emacs-counsel-jq: Update to 1.1. |
Date: |
Fri, 28 May 2021 18:07:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f95a062f95cc9037a2d6ac928bb896c7e9688566
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 00:02:36 2021 +0200
gnu: emacs-counsel-jq: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-counsel-jq): Update to 1.1.
---
gnu/packages/emacs-xyz.scm | 45 +++++++++++++++++++++------------------------
1 file changed, 21 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b287419..9978d7c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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.
- branch master updated (cefa260 -> 12489ee), guix-commits, 2021/05/28
- 03/07: gnu: emacs-chronometrist: Update to 0.7.0., guix-commits, 2021/05/28
- 06/07: gnu: emacs-csharp-mode: Update to 0.11.0., guix-commits, 2021/05/28
- 05/07: gnu: emacs-counsel-jq: Update to 1.1.,
guix-commits <=
- 02/07: gnu: emacs-auto-sudoedit: Update to 1.1.0., guix-commits, 2021/05/28
- 07/07: gnu: emacs-cwl-mode: Update to 0.2.6., guix-commits, 2021/05/28
- 04/07: gnu: emacs-cider: Update to 1.1.1., guix-commits, 2021/05/28
- 01/07: gnu: emacs-amx: Update to 3.4., guix-commits, 2021/05/28