diff options
author | Leo Famulari <leo@famulari.name> | 2018-01-23 16:00:46 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-23 16:01:13 -0500 |
commit | f3a13a21e50fa3751fc39e5768ea6843bfc19df2 (patch) | |
tree | e86df8a3b6c7fdab4f58148b817e1c80e24ddda3 /gnu/packages/golang.scm | |
parent | 18d9d22adc2050717c97a1d35ce876ee93395d76 (diff) | |
download | patches-f3a13a21e50fa3751fc39e5768ea6843bfc19df2.tar patches-f3a13a21e50fa3751fc39e5768ea6843bfc19df2.tar.gz |
gnu: go: Update to 1.9.3.
* gnu/packages/golang.scm (go-1.9): Update to 1.9.3.
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 202183ff29..f21149a0ff 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -208,7 +208,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.4) (name "go") - (version "1.9.2") + (version "1.9.3") (source (origin (method url-fetch) @@ -216,7 +216,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1p23n4xzbknl3bbhlckbvxbhpxknd5rn0i2szmn9i2dcz15ihpv6")))) + "1bj73hrr7jjdg0w6snwkqb5y3yrlks5nrs2lgnkyy0hyx7b0lgaf")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) |