1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: go-1.26: Update to 1.26.0, the first release.

Go 1.26 Release Notes: <https://go.dev/doc/go1.26>.

* gnu/packages/golang.scm (go-1.26): Update to 1.26.0.

Change-Id: I20f98681a8954848f55ba63e6fd7edb1fba51437
This commit is contained in:
Sharlatan Hellseher
2026-02-13 21:12:19 +00:00
committed by Andreas Enge
parent 1bedc670cb
commit 927a912edb

View File

@@ -1170,7 +1170,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.24)
(name "go")
(version "1.26rc2")
(version "1.26.0")
(source
(origin
(method git-fetch)
@@ -1179,7 +1179,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1gx9f1904qmryzwcnj7bfah9izwz0b1fzfnd59yvk9ydnpxnrz63"))))
(base32 "1n37n62bg2kb39s4a5273lpmqk1n5f5yi6jgfm8m7489j11ay8rl"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.24)
((#:phases phases)