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:
Sharlatan Hellseher 2023-11-29 22:35:36 +00:00 committed by Maxim Cournoyer
parent 1371b119f3
commit 3a3484bf5d
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 25 additions and 25 deletions

View file

@ -1202,6 +1202,31 @@ (define-public go-github-com-valyala-fasthttp
replacement for native @code{net/http} module.")
(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
(let ((commit "6b67b3fab74d992bd07f72550006ab2c6907c416")
(revision "0"))

View file

@ -12388,31 +12388,6 @@ (define-public go-github-com-go-test-deep
when comparing complex types like structures and maps.")
(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
(let ((commit "bd5ef7bd5415a7ac448318e64f11a24cd21e594b")
(revision "0"))