diff options
author | Leo Famulari <leo@famulari.name> | 2019-07-21 01:12:18 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-07-25 13:07:42 -0400 |
commit | ec8c1681e875e4934cf149fe492db802a6c51612 (patch) | |
tree | 20f04343e7fadd6db2953724ab318118b503567e /gnu/packages/golang.scm | |
parent | 108edc964bf8111f32e6c98b2fc92ca58547f246 (diff) | |
download | patches-ec8c1681e875e4934cf149fe492db802a6c51612.tar patches-ec8c1681e875e4934cf149fe492db802a6c51612.tar.gz |
gnu: Go 1.11: Update to 1.11.12.
* gnu/packages/golang.scm (go-1.11): Update to 1.11.12.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2f5396dd1e..6381b2c4d6 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -220,7 +220,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.4) (name "go") - (version "1.11.10") + (version "1.11.12") (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 - "06rw962xigbrxblp942jbh7k133blpxg2xfrxi32qdhxkmmfj9yz")))) + "09k9zmq7hhgg0bf1y7rwa0kn7q1vkkr94cmg2iv9lq3najh5nykd")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) |