Skip to content

Commit 7037ffe

Browse files
meithecattelfam
authored andcommitted
gnu: Go: Update to 1.12.16 [fixes CVE-2018-17075].
* gnu/packages/golang.scm (go-1.12): Update to 1.12.16. Signed-off-by: Leo Famulari <[email protected]>
1 parent 0d48690 commit 7037ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnu/packages/golang.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,15 @@ in the style of communicating sequential processes (@dfn{CSP}).")
220220
(package
221221
(inherit go-1.4)
222222
(name "go")
223-
(version "1.12.15")
223+
(version "1.12.16")
224224
(source
225225
(origin
226226
(method url-fetch)
227227
(uri (string-append "https://storage.googleapis.com/golang/"
228228
name version ".src.tar.gz"))
229229
(sha256
230230
(base32
231-
"1hw4xjywcl883dnvfbb92w85sy8n231fdri4aynj8xajgr0p9fla"))))
231+
"1y0x10fsvgpc1x24b9q9y6kv9b0kwf7879am3p0gym2abgc5wvnf"))))
232232
(arguments
233233
(substitute-keyword-arguments (package-arguments go-1.4)
234234
((#:phases phases)

0 commit comments

Comments
 (0)