1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: go-1.22: Update to 1.22.5.

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

Change-Id: I636a6c87ab3bec3a399bbd95d6a57610f5cdb4df
This commit is contained in:
Sharlatan Hellseher 2024-07-28 23:26:30 +01:00
parent 389bf59aed
commit 9a4cd495a4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -951,7 +951,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.2") (version "1.22.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -960,7 +960,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 "0p6v5dl4mzlrma6v1a26d8zr4csq5mm10d9sdhl3kn9d22vphql1")))) (base32 "1ahcxhyfr4wa4yahpl1jzdr1pizp5xpa6cy96jz649zsp21640d9"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments go-1.21) (substitute-keyword-arguments (package-arguments go-1.21)
((#:phases phases) ((#:phases phases)