me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -9138,7 +9138,7 @@ anti-fragmentation protection.")
(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 @@ anti-fragmentation protection.")
(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"))