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

* gnu/packages/golang.scm (go-github-com-valyala-fasthttp): Update to 1.39.0.
This commit is contained in:
Efraim Flashner 2022-08-24 23:11:03 +03:00
parent c15692b938
commit e5fca82414
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9138,7 +9138,7 @@ (define-public go-github-com-valyala-bytebufferpool
(define-public go-github-com-valyala-fasthttp
(package
(name "go-github-com-valyala-fasthttp")
(version "1.31.0")
(version "1.39.0")
(source
(origin
(method git-fetch)
@ -9147,7 +9147,7 @@ (define-public go-github-com-valyala-fasthttp
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ra0n2shcp11736xv37cjnsqn32gvqfm3dkf9v8j98xmch2wqxqg"))))
(base32 "12qwx0yk7wjj25v4fswgmj28r69gk94kqdmzavca8k9f0yznniz1"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/valyala/fasthttp"))