gnu: go-1.23: Update to 1.23.4.

* gnu/packages/golang.scm (go-1.23): Update to 1.23.4.

Change-Id: I27463a1f1921b4c6c37aac43e6ae7b0e55f2f538
This commit is contained in:
Sharlatan Hellseher 2024-12-27 09:51:14 +00:00
parent e7f2f899ed
commit 6574707967
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -992,7 +992,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.22)
(name "go")
(version "1.23.2")
(version "1.23.4")
(source
(origin
(method git-fetch)
@ -1001,7 +1001,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0v8j43yqkhp5i5649nbxsq7lc9bjjn39gqqvlnz0d9c47qz9h7y7"))))))
(base32 "0aiaphmns23i0bxbaxzkh4h6nz60sxm1vs381819vfg5n2gna6dd"))))))
;;
;; Default Golang version used in guix/build-system/go.scm to build packages.