mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-08-22 14:16:53 +00:00
rosenthal: go-1.24: Update to 1.24.3.
* modules/rosenthal/packages/golang.scm (go-1.24): Update to 1.24.3.
This commit is contained in:
parent
7f86daa4ab
commit
144a913149
@ -12,7 +12,7 @@
|
|||||||
(package
|
(package
|
||||||
(inherit go-1.23)
|
(inherit go-1.23)
|
||||||
(name "go")
|
(name "go")
|
||||||
(version "1.24.2")
|
(version "1.24.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -21,7 +21,7 @@
|
|||||||
(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 "199yajw3amvspl9k2a75v4jblwr965laqngxbnsi5l3ragp5c1ck"))))
|
(base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; Go 1.24 and later requires Go 1.22+ as the bootstrap toolchain.
|
;; Go 1.24 and later requires Go 1.22+ as the bootstrap toolchain.
|
||||||
(alist-replace "go" (list go-1.22) (package-native-inputs go-1.23)))
|
(alist-replace "go" (list go-1.22) (package-native-inputs go-1.23)))
|
||||||
|
Loading…
Reference in New Issue
Block a user