mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-github-com-xeipuuv-gojsonpointer: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-xeipuuv-gojsonpointer): Move from here... * gnu/packages/golang-web.scm: ...to here. Change-Id: I1c77a5a1b0e85fa57578ff29c9e3c403e4d62bc8
This commit is contained in:
parent
1371b119f3
commit
3a3484bf5d
2 changed files with 25 additions and 25 deletions
|
@ -1202,6 +1202,31 @@ (define-public go-github-com-valyala-fasthttp
|
||||||
replacement for native @code{net/http} module.")
|
replacement for native @code{net/http} module.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-xeipuuv-gojsonpointer
|
||||||
|
(let ((commit "4e3ac2762d5f479393488629ee9370b50873b3a6")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "go-github-com-xeipuuv-gojsonpointer")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/xeipuuv/gojsonpointer")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/xeipuuv/gojsonpointer"))
|
||||||
|
(home-page "https://github.com/xeipuuv/gojsonpointer")
|
||||||
|
(synopsis "Implementation of JSON Pointer for Go")
|
||||||
|
(description
|
||||||
|
"This package provides an implementation of JSON Pointer for the Go
|
||||||
|
programming language.")
|
||||||
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-xeipuuv-gojsonschema
|
(define-public go-github-com-xeipuuv-gojsonschema
|
||||||
(let ((commit "6b67b3fab74d992bd07f72550006ab2c6907c416")
|
(let ((commit "6b67b3fab74d992bd07f72550006ab2c6907c416")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
|
@ -12388,31 +12388,6 @@ (define-public go-github-com-go-test-deep
|
||||||
when comparing complex types like structures and maps.")
|
when comparing complex types like structures and maps.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-xeipuuv-gojsonpointer
|
|
||||||
(let ((commit "4e3ac2762d5f479393488629ee9370b50873b3a6")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
|
||||||
(name "go-github-com-xeipuuv-gojsonpointer")
|
|
||||||
(version (git-version "0.0.0" revision commit))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/xeipuuv/gojsonpointer")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/xeipuuv/gojsonpointer"))
|
|
||||||
(home-page "https://github.com/xeipuuv/gojsonpointer")
|
|
||||||
(synopsis "Implementation of JSON Pointer for Go")
|
|
||||||
(description
|
|
||||||
"This package provides an implementation of JSON Pointer for the Go
|
|
||||||
programming language.")
|
|
||||||
(license license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public go-github-com-xeipuuv-gojsonreference
|
(define-public go-github-com-xeipuuv-gojsonreference
|
||||||
(let ((commit "bd5ef7bd5415a7ac448318e64f11a24cd21e594b")
|
(let ((commit "bd5ef7bd5415a7ac448318e64f11a24cd21e594b")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Reference in a new issue