mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
d01a87dd25
commit
cfa9c711d5
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue