gnu: Go 1.17: Update to 1.17.5.

* gnu/packages/golang.scm (go-1.17): Update to 1.17.5.
This commit is contained in:
Leo Famulari 2021-12-17 18:08:16 -05:00
parent 01aba21913
commit 065c5e9435
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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