me
/
guix
Archived
1
0
Fork 0

gnu: go: Update to 1.12.13 [fixes CVE-2019-17596].

* gnu/packages/golang.scm (go-1.12): Update to 1.12.13.
master
Alex Griffin 2019-11-12 17:24:13 -06:00
parent a02c8df77f
commit d673993a9a
No known key found for this signature in database
GPG Key ID: 6F5120A022FBB2D5
1 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.4)
(name "go")
(version "1.12.10")
(version "1.12.13")
(source
(origin
(method url-fetch)
@ -228,7 +228,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
name version ".src.tar.gz"))
(sha256
(base32
"0m1rvawvpdl7kd0asw10m50xbxlhykix6dng9p4x6ih6x3y4hvpm"))))
"19zmrhydd52vhdnzlhxqklzg1mnav434dcgw9wl4iajbvfwd70sk"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.4)
((#:phases phases)