me
/
guix
Archived
1
0
Fork 0

gnu: Go 1.16: Update to 1.16.11.

* gnu/packages/golang.scm (go-1.16): Update to 1.16.11.
master
Leo Famulari 2021-12-06 12:15:59 -05:00
parent 4e282bc934
commit e4d8f2fe31
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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