guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/34: gnu: Add go-github-com-whyrusleeping-json-filter.


From: Pierre Neidhardt
Subject: 29/34: gnu: Add go-github-com-whyrusleeping-json-filter.
Date: Wed, 24 Oct 2018 06:28:56 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 7bd9020e48467fb05950c84eaf29460b449d7c1c
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Oct 24 12:08:48 2018 +0200

    gnu: Add go-github-com-whyrusleeping-json-filter.
    
    * gnu/packages/golang.scm (go-github-com-whyrusleeping-json-filter): New 
variable.
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e07bf6c..34d6011 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3234,3 +3234,29 @@ as conversion to and from @command{net.Addr}.")
 building command line apps in Go.  The goal is to enable developers to write
 fast and distributable command line applications in an expressive way.")
       (license license:expat))))
+
+(define-public go-github-com-whyrusleeping-json-filter
+  (let ((commit "ff25329a9528f01c5175414f16cc0a6a162a5b8b")
+        (revision "0"))
+    (package
+      (name "go-github-com-whyrusleeping-json-filter")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/whyrusleeping/json-filter.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0cai0drvx4c8j686l908vpcsz3mw3vxi3ziz94b0f3c5ylpj07j7"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path
+         "github.com/whyrusleeping/json-filter"))
+      (home-page "https://github.com/whyrusleeping/json-filter";)
+      (synopsis "Library to query JSON objects marshalled into 
map[string]interface")
+      (description "A library to query JSON objects marshalled into
address@hidden")
+      (license license:expat))))



reply via email to

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