aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2020-10-25 13:34:51 -0400
committerLeo Famulari <leo@famulari.name>2020-10-25 14:08:47 -0400
commit93e55871e3239357f417b0d0a064f9208e70717a (patch)
tree432e669f29412c7b1023fe7fac2815cc8db4d58e
parent8eca736aafe775a13803da6267ad7fbf401e6aaf (diff)
downloadguix-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.
-rw-r--r--gnu/packages/golang.scm4
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)