diff options
author | Leo Famulari <leo@famulari.name> | 2018-09-18 15:24:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-09-18 15:30:03 -0400 |
commit | 32b3611375b942051c1e35612f630a4879f1247a (patch) | |
tree | c2dd2c7563277677af9bd17d356f038a5acf2b12 /gnu | |
parent | 56c180750c8b7aca5ae82d133caac7c398c688b7 (diff) | |
download | patches-32b3611375b942051c1e35612f630a4879f1247a.tar patches-32b3611375b942051c1e35612f630a4879f1247a.tar.gz |
gnu: Go 1.10: Update to 1.10.4.
* gnu/packages/golang.scm (go-1.10): Update to 1.10.4.
Diffstat (limited to 'gnu')
-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 b4a088a051..fd4c362d36 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -389,7 +389,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.9) (name "go") - (version "1.10.3") + (version "1.10.4") (source (origin (method url-fetch) @@ -397,7 +397,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1wjmw65nfkkzz084695gdgn13sbjcaafy2y5370d214pdk31qysn")))) + "10ap5pan71y2hdwzv4cg8wx4sy8fkcz5520rm1ldjg25xmjlkr3g")))) (arguments (substitute-keyword-arguments (package-arguments go-1.9) ((#:phases phases) |