me
/
guix
Archived
1
0
Fork 0

gnu: go-1.22: Update to 1.22.2.

* gnu/packages/golang.scm (go-1.22): Update to 1.22.2.

Change-Id: I2f30d9d851e97399be771e878a9158b56ff08e1b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
master
Brennan Vincent 2024-04-10 17:31:14 -04:00 committed by Sharlatan Hellseher
parent db3d397df8
commit e7132e2385
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -952,7 +952,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package (package
(inherit go-1.21) (inherit go-1.21)
(name "go") (name "go")
(version "1.22.1") (version "1.22.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -961,7 +961,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(commit (string-append "go" version)))) (commit (string-append "go" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "01zz8n5c32vympr2l9jdg5pzn63d3z28p0d4q6wmd0pr2jd3l3wn")))) (base32 "0p6v5dl4mzlrma6v1a26d8zr4csq5mm10d9sdhl3kn9d22vphql1"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments go-1.21) (substitute-keyword-arguments (package-arguments go-1.21)
((#:phases phases) ((#:phases phases)