mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-1.23: Update to 1.23.5.
* gnu/packages/golang.scm (go-1.23): Update to 1.23.5. Change-Id: Icebfdec646e0ede42d3321d4246b1b21f3d18250
This commit is contained in:
parent
1a950bf54b
commit
2a9758e1c9
1 changed files with 2 additions and 2 deletions
|
@ -1028,7 +1028,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.4")
|
(version "1.23.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1037,7 +1037,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 "0aiaphmns23i0bxbaxzkh4h6nz60sxm1vs381819vfg5n2gna6dd"))))))
|
(base32 "0iffjgsmh4ilc1r30zbidqvxz2dd8k0sml5rzzk1k4wkab0cjw0i"))))))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; 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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue