guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: Add go-git-sr-ht-emersion-gqlclient.


From: guix-commits
Subject: 03/06: gnu: Add go-git-sr-ht-emersion-gqlclient.
Date: Sat, 8 Oct 2022 00:15:44 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit f0902bd2c0d0dc07197ce202f8a20bfeba91b07a
Author: Dhruvin Gandhi <contact@dhruvin.dev>
AuthorDate: Thu Jun 23 15:08:05 2022 +0530

    gnu: Add go-git-sr-ht-emersion-gqlclient.
    
    * gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): New variable.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/golang.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index aaad76d7ea..cde002b727 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9985,6 +9985,27 @@ kubernetes-sigs/yaml is a permanent fork of
     (description "Package go-scfg parses scfg files.")
     (license license:expat)))
 
+(define-public go-git-sr-ht-emersion-gqlclient
+  (package
+    (name "go-git-sr-ht-emersion-gqlclient")
+    (version "0.0.0-20220202181617-4e6e9c763dd2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~emersion/gqlclient";)
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1d9hmaz7yy02bk455gmaav818xi49sw69jyx6dxzymv6ln7r1cv1"))))
+    (build-system go-build-system)
+    (arguments (list #:import-path "git.sr.ht/~emersion/gqlclient"))
+    (home-page "https://git.sr.ht/~emersion/gqlclient";)
+    (synopsis "GraphQL client and code generator")
+    (description
+     "This package provides a GraphQL client and code generator for Go.")
+    (license license:expat)))
+
 (define-public go-github-com-google-go-jsonnet
   (package
     (name "go-github-com-google-go-jsonnet")



reply via email to

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