1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +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 (define-public go-golang-org-x-net
(package (package
(name "go-golang-org-x-net") (name "go-golang-org-x-net")
(version "0.28.0") (version "0.29.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -516,7 +516,7 @@ loading algorithms.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1fh4rnqsxc652lhncnrdb3qcsw811565qb9619z21z0p1fdgzlar")))) (base32 "0scksgrrxyyy4ah2anh3n0qj0snpc63bqmhyw24q5lskzrsm2zvl"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list