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

gnu: go-1.23: Update to 1.23.2.

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

Change-Id: I9687e3d14bcf78c267a54479b7d9073cb8b9a879
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Brennan Vincent 2024-10-02 08:18:34 -04:00 committed by Sharlatan Hellseher
parent 2336caaaaf
commit 3dc63f8ca7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -991,7 +991,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package (package
(inherit go-1.22) (inherit go-1.22)
(name "go") (name "go")
(version "1.23.1") (version "1.23.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1000,7 +1000,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 "0dx8mlmq0kh6b9h583nf6ijnm3p84rwanb4i1bwxd7lp67afk1v4")))))) (base32 "0v8j43yqkhp5i5649nbxsq7lc9bjjn39gqqvlnz0d9c47qz9h7y7"))))))
;; ;;
;; Default Golang version used in guix/build-system/go.scm to build packages. ;; Default Golang version used in guix/build-system/go.scm to build packages.