guix-commits
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]