diff options
author | Leo Famulari <leo@famulari.name> | 2018-06-14 17:38:45 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-06-14 17:49:53 -0400 |
commit | 96fd9a0e622b1afd470efa5b47fcfb38ca65105e (patch) | |
tree | 18ac7a4db50da09309b30228d9bff2bb16dce3b2 /gnu/packages/golang.scm | |
parent | 411959bef30b488928ab2418a064c8a9b0347c41 (diff) | |
download | patches-96fd9a0e622b1afd470efa5b47fcfb38ca65105e.tar patches-96fd9a0e622b1afd470efa5b47fcfb38ca65105e.tar.gz |
gnu: Go 1.9: Update to 1.9.7.
* gnu/packages/golang.scm (go-1.9): Update to 1.9.7.
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 1d8e80c8fe..1d13b69963 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -215,7 +215,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.4) (name "go") - (version "1.9.6") + (version "1.9.7") (source (origin (method url-fetch) @@ -223,7 +223,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "0a2qkvzr0g5cbd66wi7b6r40qyp9p55y0zz2j5qg1xsqwsdhbx1n")))) + "08kpy874x0rx43zpyv5kwd8xj2ma91xm33i0ka2v1v788px18a2q")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) |