me
/
guix
Archived
1
0
Fork 0

gnu: Go 1.16: Update to 1.16.12.

* gnu/packages/golang.scm (go-1.16): Update to 1.16.12.
master
Leo Famulari 2021-12-17 18:07:53 -05:00
parent b4ee524e5a
commit 01aba21913
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.14)
(name "go")
(version "1.16.11")
(version "1.16.12")
(source
(origin
(method git-fetch)
@ -471,7 +471,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(file-name (git-file-name name version))
(sha256
(base32
"1jn45bci9cvkvybvy9ql2rsgj06kg3sl027vhv0h0bavgqa7qk20"))))
"06c8dcmni38za638ma069izd9kbxr6ii6ccflbibgc6k54lpc3fb"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.14)
((#:tests? _) #t)