diff options
author | Leo Famulari <leo@famulari.name> | 2018-05-12 23:02:04 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-05-12 23:04:10 -0400 |
commit | 9dc0cf83d2d01fb24b10491fadc27bf62d0b56f2 (patch) | |
tree | 572d7d590388151c84ba70509ee3b6f98e00f730 /gnu/packages/golang.scm | |
parent | 0fcfed3950c313d167ef281d6183a6d727311e14 (diff) | |
download | guix-9dc0cf83d2d01fb24b10491fadc27bf62d0b56f2.tar guix-9dc0cf83d2d01fb24b10491fadc27bf62d0b56f2.tar.gz |
gnu: Go 1.9: Update to 1.9.6.
* gnu/packages/golang.scm (go-1.9): Update to 1.9.6.
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 c6fc68468f..47e582c553 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -214,7 +214,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.4) (name "go") - (version "1.9.5") + (version "1.9.6") (source (origin (method url-fetch) @@ -222,7 +222,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1g4zqhbh1yw3gnb400szzwrdz0k5s3h0h5nc35xgmn5v69zvphpi")))) + "0a2qkvzr0g5cbd66wi7b6r40qyp9p55y0zz2j5qg1xsqwsdhbx1n")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) |