sharlatan pushed a commit to branch go-team
in repository guix.
commit 73ce530f51e1b248b9969dec996659bacf3f0842
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 12 22:25:28 2024 +0100
gnu: go-golang-org-x-net: Update to 0.29.0.
* gnu/packages/golang-build.scm (go-golang-org-x-net): Update to 0.29.0.
Change-Id: Ice5bd90a97d203537ef2c8e860423586c0c29294
---
gnu/packages/golang-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 4820a0870f..fbb11e01f7 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -507,7 +507,7 @@ loading algorithms.")
(define-public go-golang-org-x-net
(package
(name "go-golang-org-x-net")
- (version "0.28.0")
+ (version "0.29.0")
(source
(origin
(method git-fetch)
@@ -516,7 +516,7 @@ loading algorithms.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1fh4rnqsxc652lhncnrdb3qcsw811565qb9619z21z0p1fdgzlar"))))
+ (base32 "0scksgrrxyyy4ah2anh3n0qj0snpc63bqmhyw24q5lskzrsm2zvl"))))
(build-system go-build-system)
(arguments
(list