gnu: Add go-github-com-shurcool-githubv4.

* gnu/packages/golang-web.scm (go-github-com-shurcool-githubv4): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I2870863792172db990e0f9a58a8e7dc13224bf16
This commit is contained in:
Herman Rimm 2024-12-03 14:14:52 +01:00 committed by Sharlatan Hellseher
parent de7a166943
commit 0477993f4c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5560,6 +5560,33 @@ per host/process
support.") support.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-shurcool-githubv4
(package
(name "go-github-com-shurcool-githubv4")
(version "0.0.0-20240429030203-be2daab69064")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/shurcooL/githubv4")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0kkvqwv0waa8hj1jr9b4nvz8rmslqpchidl7gs9bplrkl3fvsxn6"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/shurcooL/githubv4"))
(propagated-inputs
(list go-github-com-shurcool-graphql
go-golang-org-x-oauth2))
(home-page "https://github.com/shurcooL/githubv4")
(synopsis "Client library for GitHub GraphQL API v4")
(description
"Package githubv4 is a client library for accessing GitHub @code{GraphQL}
API v4.")
(license license:expat)))
(define-public go-github-com-shurcool-graphql (define-public go-github-com-shurcool-graphql
(package (package
(name "go-github-com-shurcool-graphql") (name "go-github-com-shurcool-graphql")