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.10.

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

Change-Id: I5ab93daf77cef4c0cc570805513a0d35f236c2dd
This commit is contained in:
Sharlatan Hellseher 2024-12-27 09:58:01 +00:00
parent 6574707967
commit 56fee099e6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -956,7 +956,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.21)
(name "go")
(version "1.22.7")
(version "1.22.10")
(source
(origin
(method git-fetch)
@ -965,7 +965,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0m1idhhifhpjf6n56pca4wg6cyripdzmyl0jswdiy0kiqvs3whqb"))))
(base32 "0piy2mc3v3cadn3ls1ylcm713vjl957j0m0bj4vqggqihy7rp54g"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.21)
((#:phases phases)