aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-02-17 19:31:18 -0500
committerLeo Famulari <leo@famulari.name>2022-02-17 21:03:40 -0500
commit1d1a4efd8cdac3757792cfbae92440edc5c3a802 (patch)
treec39be169da041005f92b09953471796261285b23
parent289e43b2973d2b929e15b4c7f4580fed7d51f248 (diff)
downloadguix-1d1a4efd8cdac3757792cfbae92440edc5c3a802.tar
guix-1d1a4efd8cdac3757792cfbae92440edc5c3a802.tar.gz
gnu: Go: Update to 1.17.7.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.7.
-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 aeca7c23c4..0750fa4ce2 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -625,7 +625,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.16)
(name "go")
- (version "1.17.6")
+ (version "1.17.7")
(source
(origin
(method git-fetch)
@@ -635,7 +635,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(file-name (git-file-name name version))
(sha256
(base32
- "05k292i9qayfy5wh96z4kjmx1mfd5birnr25vb0blzaam72mcsgw"))))
+ "0d0xybn7sy4za3f0s2ffb6yfv6pjabnk4jyvz7dn3hjqhd5lks7m"))))
(outputs '("out" "tests")) ; 'tests' contains distribution tests.
(arguments
`(#:modules ((ice-9 match)