From 2336caaaaff4031d30ffa02010c443b41510deac Mon Sep 17 00:00:00 2001 From: Brennan Vincent Date: Sun, 29 Sep 2024 14:41:05 -0400 Subject: gnu: go-1.22: Update to 1.22.7. * gnu/packages/golang.scm (go-1.22): Update to 1.22.7. Change-Id: I67fbb1c630a08cfb29f2230a600bf3a24e2c8486 Signed-off-by: Sharlatan Hellseher --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 5ac739ddd8..7f5982cc06 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -955,7 +955,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.21) (name "go") - (version "1.22.6") + (version "1.22.7") (source (origin (method git-fetch) @@ -964,7 +964,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (commit (string-append "go" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1rjplx7wa6p2c19grx6hhkhn16mmbib5cwmhz9k8ywymlbmhhsyd")))) + (base32 "0m1idhhifhpjf6n56pca4wg6cyripdzmyl0jswdiy0kiqvs3whqb")))) (arguments (substitute-keyword-arguments (package-arguments go-1.21) ((#:phases phases) -- cgit 1.4.1