gnu: Go 1.17: Update to 1.17.4.

* gnu/packages/golang.scm (go-1.17): Update to 1.17.4.
This commit is contained in:
Leo Famulari 2021-12-06 12:16:15 -05:00
parent e4d8f2fe31
commit 404f695385
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -613,7 +613,7 @@ (define-public go-1.17
(package (package
(inherit go-1.16) (inherit go-1.16)
(name "go") (name "go")
(version "1.17.1") (version "1.17.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -623,7 +623,7 @@ (define-public go-1.17
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wk99lwpzp4qwrksl932lm9vb70nyf4vgb5lxwh7gzjcbhlqj992")))) "14c08fmj2c5arcd73ryha2qhl2bawpm22rcbiq47a6x7kvr31hi4"))))
(outputs '("out" "tests")) ; 'tests' contains distribution tests. (outputs '("out" "tests")) ; 'tests' contains distribution tests.
(arguments (arguments
`(#:modules ((ice-9 match) `(#:modules ((ice-9 match)