1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2024-09-12 22:25:28 +01:00
parent f9ec9f81ee
commit 5f19ee0bb8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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