diff options
author | Leo Famulari <leo@famulari.name> | 2019-05-10 13:27:14 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-05-10 13:30:07 -0400 |
commit | 755a6027ce9347dc21cd912c4feb65c1ed0acdf7 (patch) | |
tree | e446b694c41ea34038d0e941004fb0ef7f0c5cc4 /gnu | |
parent | 7a9158f83e895e7d6da2a323315334ee6ae1e1b2 (diff) | |
download | guix-755a6027ce9347dc21cd912c4feb65c1ed0acdf7.tar guix-755a6027ce9347dc21cd912c4feb65c1ed0acdf7.tar.gz |
gnu: Go 1.11: Update to 1.11.10.
* gnu/packages/golang.scm (go-1.11): Update to 1.11.10.
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 5caf7a89f8..fd329dcd4d 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -226,7 +226,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.4) (name "go") - (version "1.11.6") + (version "1.11.10") (source (origin (method url-fetch) @@ -234,7 +234,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "0cz1sdhxf9283p1p4jxb020pym0ncd0qlfh36r3hkv6bbm1a2vd9")))) + "06rw962xigbrxblp942jbh7k133blpxg2xfrxi32qdhxkmmfj9yz")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) |