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