1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: go-1.25: Update to 1.25.6.

* gnu/packages/golang.scm (go-1.25): Update to 1.25.6.

Change-Id: I1427088bf447796e4dee3b706fed77b71edce2a7
This commit is contained in:
Sharlatan Hellseher
2026-02-07 22:49:36 +00:00
committed by Andreas Enge
parent ae8eda137c
commit 57e0d22a41
+2 -2
View File
@@ -1125,7 +1125,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.24)
(name "go")
(version "1.25.5")
(version "1.25.6")
(source
(origin
(method git-fetch)
@@ -1134,7 +1134,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
(base32 "102ngi7q0bwb0q391jag7fix70x7lp2mdmbkkh50fwclga14l842"))))
(base32 "00ikkhx47nh2pwq11ffkb2sl38dhz5jm8cvib78ranvqd5cgk6h6"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.24)
((#:phases phases)