gnu: Go 1.16: Update to 1.16.13.

* gnu/packages/golang.scm (go-1.16): Update to 1.16.13.
This commit is contained in:
Leo Famulari 2022-01-09 16:54:12 -05:00
parent 4b4ea1669d
commit 7d70ac92fc
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -465,7 +465,7 @@ (define-public go-1.16
(package
(inherit go-1.14)
(name "go")
(version "1.16.12")
(version "1.16.13")
(source
(origin
(method git-fetch)
@ -475,7 +475,7 @@ (define-public go-1.16
(file-name (git-file-name name version))
(sha256
(base32
"06c8dcmni38za638ma069izd9kbxr6ii6ccflbibgc6k54lpc3fb"))))
"03f37dspn4h5kqf0nqwmnl858wx6hngnlvbnrjl1ll6ihc5j66jz"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.14)
((#:tests? _) #t)