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