gnu: go-github-com-valyala-fasthttp: Update to 1.58.0.

* gnu/packages/golang-web.scm (go-github-com-valyala-fasthttp): Update to 1.58.0.
[arguments] <test-flags>: Skip 2 tests.

Change-Id: If264f2b5a64d5883b3c9b1cbd87d5bec7622b6f2
This commit is contained in:
Sharlatan Hellseher 2024-12-26 21:18:56 +00:00
parent d01a87dd25
commit cfa9c711d5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6446,7 +6446,7 @@ (define-public go-github-com-ugorji-go-codec
(define-public go-github-com-valyala-fasthttp
(package
(name "go-github-com-valyala-fasthttp")
(version "1.39.0")
(version "1.58.0")
(source
(origin
(method git-fetch)
@ -6455,11 +6455,17 @@ (define-public go-github-com-valyala-fasthttp
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "12qwx0yk7wjj25v4fswgmj28r69gk94kqdmzavca8k9f0yznniz1"))))
(base32 "0r823fikgyhnmcn322anhs3ivkbzhdgbywvwi81v9kvfhi35plli"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/valyala/fasthttp"
#:test-flags
#~(list "-skip" (string-join
;; Network set up is required.
(list "TestClientConfigureClientFailed"
"TestDialer_GetDialFunc")
"|"))
#:phases
#~(modify-phases %standard-phases
(replace 'check