mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
de7a166943
commit
0477993f4c
1 changed files with 27 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue