GNU bug report logs -
#69843
[PATCH] gnu: go: update to 1.22.1
Previous Next
Reported by: Brennan Vincent <brennan <at> umanwizard.com>
Date: Sun, 17 Mar 2024 13:21:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/golang.scm: Update to 1.22.1
Change-Id: I4c007f43448b391dfa53c932b6adf8622efc9e43
---
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 2a39371e86..2658efeacf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1119,7 +1119,7 @@ (define-public go-1.22
(package
(inherit go-1.21)
(name "go")
- (version "1.22.0")
+ (version "1.22.1")
(source
(origin
(method git-fetch)
@@ -1128,7 +1128,7 @@ (define-public go-1.22
(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)
--
2.44.0
This bug report was last modified 1 year and 64 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.