gnu: go: Update to 1.17.9.
go 1.17.9 (released 2022-04-12) includes security fixes to the crypto/elliptic and encoding/pem packages, as well as bug fixes to the linker and runtime. * gnu/packages/golang.scm (go-1.17): Update to 1.17.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
391dc96529
commit
65e3de5cce
@ -626,7 +626,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||||||
(package
|
(package
|
||||||
(inherit go-1.16)
|
(inherit go-1.16)
|
||||||
(name "go")
|
(name "go")
|
||||||
(version "1.17.8")
|
(version "1.17.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -636,7 +636,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05qfs17wddxmmi349g9ci12w9fjb5vbss6qpjc4qzgqzznqf0ycy"))))
|
"02l6gxn738kam1niy2nl2wpsbzl4x87h2wik6hd3py19kq4z2flw"))))
|
||||||
(outputs '("out" "tests")) ; 'tests' contains distribution tests.
|
(outputs '("out" "tests")) ; 'tests' contains distribution tests.
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((ice-9 match)
|
`(#:modules ((ice-9 match)
|
||||||
|
Loading…
Reference in New Issue
Block a user