gnu: Go 1.20: Update to 1.20.2.
* gnu/packages/golang.scm (go-1.20): Update to 1.20.2.master
parent
f47e47243b
commit
c4cca9cb5d
|
@ -884,7 +884,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
||||||
(package
|
(package
|
||||||
(inherit go-1.19)
|
(inherit go-1.19)
|
||||||
(name "go")
|
(name "go")
|
||||||
(version "1.20")
|
(version "1.20.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -893,7 +893,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a7wjzv14kaqg5l7ambv5zj4rj7sgah9yhcg6k6da6ygm6bs4dv3"))))
|
"0ir0x17i9067i48ffskwlmbx1j4kfhch46zl8cwl88y23aw59qa2"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; Go 1.20 and later requires Go 1.17 as the bootstrap toolchain.
|
;; Go 1.20 and later requires Go 1.17 as the bootstrap toolchain.
|
||||||
;; See 'src/cmd/dist/notgo117.go' in the source code distribution,
|
;; See 'src/cmd/dist/notgo117.go' in the source code distribution,
|
||||||
|
|
Reference in New Issue