gnu: go-golang-org-x-mod: Update to 0.7.0.
* gnu/packages/golang.scm (go-golang-org-x-mod): Update to 0.7.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
0fd87785bd
commit
855c203fed
1 changed files with 14 additions and 15 deletions
|
@ -3190,26 +3190,25 @@ time.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-mod
|
(define-public go-golang-org-x-mod
|
||||||
(let ((commit "0f08993efd8a8ec67e75bcccf86b0e1569b0ab0a")
|
(let ((commit "7c05a442b7c1d1a107879b4a090bb5a38d3774a1")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-mod")
|
(name "go-golang-org-x-mod")
|
||||||
(version (git-version "0.5.0" revision commit))
|
(version (git-version "0.7.0" revision commit))
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/golang/mod")
|
(url "https://github.com/golang/mod")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pl0jc5jvg7hxj4z66zg6kglnq5g7li09f3k9klwvyr4jx5dw88k"))))
|
(base32
|
||||||
|
"14r24fq3kn84k2y2jvvg8hwpy52a3q429pimrdwl5zwknbr2awmh"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "golang.org/x/mod/"
|
'(#:import-path "golang.org/x/mod/"
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:phases
|
#:phases (modify-phases %standard-phases
|
||||||
(modify-phases %standard-phases
|
|
||||||
;; Source-only package
|
;; Source-only package
|
||||||
(delete 'build))))
|
(delete 'build))))
|
||||||
(home-page "https://golang.org/x/mod")
|
(home-page "https://golang.org/x/mod")
|
||||||
|
|
Reference in a new issue