diff options
author | Leo Famulari <leo@famulari.name> | 2020-10-25 13:34:51 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-10-25 14:08:47 -0400 |
commit | 93e55871e3239357f417b0d0a064f9208e70717a (patch) | |
tree | 432e669f29412c7b1023fe7fac2815cc8db4d58e /gnu/packages/golang.scm | |
parent | 8eca736aafe775a13803da6267ad7fbf401e6aaf (diff) | |
download | guix-93e55871e3239357f417b0d0a064f9208e70717a.tar guix-93e55871e3239357f417b0d0a064f9208e70717a.tar.gz |
gnu: Go: Update to 1.14.10.
* gnu/packages/golang.scm (go-1.14): Update to 1.14.10.
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 bf99fd2d07..2b60f18b04 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.14.4") + (version "1.14.10") (source (origin (method git-fetch) @@ -236,7 +236,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (file-name (git-file-name name version)) (sha256 (base32 - "08bazglmqp123c9dgrxflvxd011xsqfxsgah2kzbvca0mhm6qcm3")))) + "0h1nmqzjc0xxpn6n2hjq7692gdqkznagzdmiq9490yzkrrii2lgk")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:system system) |