mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-shurcool-graphql.
* gnu/packages/golang-web.scm (go-github-com-shurcool-graphql): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I2a9dc19fe18ee7a6572d3be1bfbbbb5d999c1865
This commit is contained in:
parent
4b208b92d8
commit
de7a166943
1 changed files with 24 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
;;; Copyright © 2024 Dominic Martinez <dom@dominicm.dev>
|
||||
;;; Copyright © 2024 Jesse Eisses <jesse@eisses.email>
|
||||
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
|
||||
;;; Copyright © 2024 Herman Rimm <herman@rimm.ee>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -5559,6 +5560,29 @@ per host/process
|
|||
support.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-shurcool-graphql
|
||||
(package
|
||||
(name "go-github-com-shurcool-graphql")
|
||||
(version "0.0.0-20230722043721-ed46e5a46466")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/shurcooL/graphql")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12cq16qak217bkpklqsmqhl42gz8cpadpzqw6fsivc3ambjpqdry"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/shurcooL/graphql"))
|
||||
(home-page "https://github.com/shurcooL/graphql")
|
||||
(synopsis "GraphQL client")
|
||||
(description
|
||||
"Package graphql provides a @code{GraphQL} client implementation.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-shurcool-httpfs
|
||||
(package
|
||||
(name "go-github-com-shurcool-httpfs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue