We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d48690 commit 7037ffeCopy full SHA for 7037ffe
gnu/packages/golang.scm
@@ -220,15 +220,15 @@ in the style of communicating sequential processes (@dfn{CSP}).")
220
(package
221
(inherit go-1.4)
222
(name "go")
223
- (version "1.12.15")
+ (version "1.12.16")
224
(source
225
(origin
226
(method url-fetch)
227
(uri (string-append "https://storage.googleapis.com/golang/"
228
name version ".src.tar.gz"))
229
(sha256
230
(base32
231
- "1hw4xjywcl883dnvfbb92w85sy8n231fdri4aynj8xajgr0p9fla"))))
+ "1y0x10fsvgpc1x24b9q9y6kv9b0kwf7879am3p0gym2abgc5wvnf"))))
232
(arguments
233
(substitute-keyword-arguments (package-arguments go-1.4)
234
((#:phases phases)
0 commit comments