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.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
(package
(name "go-golang-org-x-net")
(version "0.27.0")
(version "0.28.0")
(source
(origin
(method git-fetch)
@ -490,7 +490,7 @@ loading algorithms.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0fc6d968yiv2l67z9jg7ssvas1hd1jniqh4m7mmlay0q5gk4vf8s"))))
(base32 "1fh4rnqsxc652lhncnrdb3qcsw811565qb9619z21z0p1fdgzlar"))))
(build-system go-build-system)
(arguments
(list