gnu: http-parser: Update to 2.9.4.

* gnu/packages/web.scm (http-parser): Update to 2.9.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-20 04:27:52 +02:00
parent 72faca2c50
commit 4d9e4801d2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5911,7 +5911,7 @@ (define-public python2-pytest-httpbin
(define-public http-parser (define-public http-parser
(package (package
(name "http-parser") (name "http-parser")
(version "2.9.3") (version "2.9.4")
(home-page "https://github.com/nodejs/http-parser") (home-page "https://github.com/nodejs/http-parser")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -5934,7 +5934,7 @@ (define-public http-parser
"0pbxf2nq9pcn299k2b2ls8ldghaqln9glnp79gi57mamx4iy0f6g"))))) "0pbxf2nq9pcn299k2b2ls8ldghaqln9glnp79gi57mamx4iy0f6g")))))
(sha256 (sha256
(base32 (base32
"189zi61vczqgmqjd2myjcjbbi5icrk7ccs0kn6nj8hxqiv5j3811")))) "1vda4dp75pjf5fcph73sy0ifm3xrssrmf927qd1x8g3q46z0cv6c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"