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.28.0.

* gnu/packages/golang-build.scm (go-golang-org-x-net): Update to 0.28.0.

Change-Id: I809c2df65fb92427e4b6aeacbe6e0c562501c695
This commit is contained in:
Sharlatan Hellseher 2024-08-09 20:27:51 +01:00
parent 6d36a02600
commit e06d2cc7ea
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -481,7 +481,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.27.0") (version "0.28.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -490,7 +490,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 "0fc6d968yiv2l67z9jg7ssvas1hd1jniqh4m7mmlay0q5gk4vf8s")))) (base32 "1fh4rnqsxc652lhncnrdb3qcsw811565qb9619z21z0p1fdgzlar"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list