mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: go-github-com-google-go-querystring: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-google-go-querystring): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Id2447d337708794bbf1f32791245b0687df5f19d
This commit is contained in:
parent
431ebc223b
commit
054fda25eb
2 changed files with 27 additions and 27 deletions
|
@ -2051,6 +2051,33 @@ GitHub API v3.")
|
||||||
((#:import-path _ "github.com/google/go-github/v26/github")
|
((#:import-path _ "github.com/google/go-github/v26/github")
|
||||||
"github.com/google/go-github/v33/github")))))
|
"github.com/google/go-github/v33/github")))))
|
||||||
|
|
||||||
|
(define-public go-github-com-google-go-querystring
|
||||||
|
(package
|
||||||
|
(name "go-github-com-google-go-querystring")
|
||||||
|
(version "1.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/google/go-querystring")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "15k460c23nsmqd1nx3mvrnazws8bpb1gafrmffx7vf91m200mnwa"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/google/go-querystring/query"
|
||||||
|
#:unpack-path "github.com/google/go-querystring"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-google-go-cmp))
|
||||||
|
(home-page "https://github.com/google/go-querystring/")
|
||||||
|
(synopsis "Library for encoding structs into URL query parameters")
|
||||||
|
(description
|
||||||
|
"@code{go-querystring} is Go library for encoding structs into URL query
|
||||||
|
parameters.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-google-safehtml
|
(define-public go-github-com-google-safehtml
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-google-safehtml")
|
(name "go-github-com-google-safehtml")
|
||||||
|
|
|
@ -5395,33 +5395,6 @@ attributes. It also contains some convenience functions for colors, SSH to
|
||||||
and from termios translations, readCh, reading passwords, etc.")
|
and from termios translations, readCh, reading passwords, etc.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-github-com-google-go-querystring
|
|
||||||
(package
|
|
||||||
(name "go-github-com-google-go-querystring")
|
|
||||||
(version "1.1.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/google/go-querystring")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "15k460c23nsmqd1nx3mvrnazws8bpb1gafrmffx7vf91m200mnwa"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/google/go-querystring/query"
|
|
||||||
#:unpack-path "github.com/google/go-querystring"))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-google-go-cmp))
|
|
||||||
(home-page "https://github.com/google/go-querystring/")
|
|
||||||
(synopsis "Library for encoding structs into URL query parameters")
|
|
||||||
(description
|
|
||||||
"@code{go-querystring} is Go library for encoding structs into URL query
|
|
||||||
parameters.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define (go-gotest-tools-source version sha256-base32-hash)
|
(define (go-gotest-tools-source version sha256-base32-hash)
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue