summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBrennan Vincent <brennan@umanwizard.com>2024-03-17 14:19:25 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-06-29 09:36:56 +0100
commitdb3d397df8f4d1e7848583fdaf6117510162a111 (patch)
treeceee9cb5038beae19f7c64018a952a49083ae1bb /gnu
parent0df957eecc536e1d0a5722b47dda1563439bbe04 (diff)
downloadguix-patches-db3d397df8f4d1e7848583fdaf6117510162a111.tar
guix-patches-db3d397df8f4d1e7848583fdaf6117510162a111.tar.gz
gnu: go-1.22: Update to 1.22.1.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.1. Change-Id: I4c007f43448b391dfa53c932b6adf8622efc9e43 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-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 1c457b9395..371f3a756b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -952,7 +952,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.21)
(name "go")
- (version "1.22.0")
+ (version "1.22.1")
(source
(origin
(method git-fetch)
@@ -961,7 +961,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "00j6sn2zysk5pdzxw1wfdi31wggzw1h1026ah3x3mi85dwsijhjs"))))
+ (base32 "01zz8n5c32vympr2l9jdg5pzn63d3z28p0d4q6wmd0pr2jd3l3wn"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.21)
((#:phases phases)