GNU bug report logs -
#77477
[PATCH go-team 1/2] gnu: go-1.23: Update to 1.23.8.
Previous Next
To reply to this bug, email your comments to 77477 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77477
; Package
guix-patches
.
(Thu, 03 Apr 2025 04:32:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Apr 2025 04:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-1.23): Update to 1.23.8.
Change-Id: Ib146fb5cbd20ed0a003fa31cc56169c8e54881b2
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0a4c0c5b0c..7585a3aaf1 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1009,7 +1009,7 @@ (define-public go-1.23
(package
(inherit go-1.22)
(name "go")
- (version "1.23.6")
+ (version "1.23.8")
(source
(origin
(method git-fetch)
@@ -1018,7 +1018,7 @@ (define-public go-1.23
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lsi3b4gdkiyr6233p544ixc1312g37lxj2wwwczxdm2kj71hs8r"))))))
+ (base32 "13pvhs00bdhbmi25aaqxc1h3hxlrh7ysiclnywa4hzivbzl40dkh"))))))
(define-public go-1.24
(package
base-commit: c839cf2cc8fc496ef14826a6c75a7037da566d4e
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77477
; Package
guix-patches
.
(Thu, 03 Apr 2025 04:33:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77477 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-1.24): Update to 1.24.2.
Change-Id: I4e68c9fb59a14921d0125d0cd0212f0ac4dc9171
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7585a3aaf1..999e3055f8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1024,7 +1024,7 @@ (define-public go-1.24
(package
(inherit go-1.23)
(name "go")
- (version "1.24.0")
+ (version "1.24.2")
(source
(origin
(method git-fetch)
@@ -1033,7 +1033,7 @@ (define-public go-1.24
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "11hsxrchk37qwjwscrr8b8vnlg6vlgfizbxy8bayxpqnpjvifig5"))))
+ (base32 "199yajw3amvspl9k2a75v4jblwr965laqngxbnsi5l3ragp5c1ck"))))
(native-inputs
;; 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)))))
--
2.49.0
This bug report was last modified 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.