summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-01-29 13:34:10 +0800
committerChristopher Baines <mail@cbaines.net>2023-02-03 15:27:22 +0100
commit76e03a7e9868101116934f4706099eab99ab19af (patch)
tree491464ef188a62dcc68b183e714b05fb69502d3c
parent9a5533c653522a4fbba61c3ea17ff6fa0f96af9f (diff)
downloadguix-patches-76e03a7e9868101116934f4706099eab99ab19af.tar
guix-patches-76e03a7e9868101116934f4706099eab99ab19af.tar.gz
gnu: go-1.18: Update to 1.18.10.
* gnu/packages/golang.scm (go-1.18): Update to 1.18.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
-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 93df6cb061..60b1f71a36 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -850,7 +850,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.17)
(name "go")
- (version "1.18.6")
+ (version "1.18.10")
(source
(origin
(method git-fetch)
@@ -860,7 +860,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(file-name (git-file-name name version))
(sha256
(base32
- "1s2xwgd3mfbjdf7ls9gyj7n1lbqc4276qkr3znyq9694isj1ak20"))))))
+ "0ph3ajfq5q8j3nd91pfb25pm21aiphc58zf7fwis0h3a6nqbdyq9"))))))
(define-public go-1.19
(package