me
/
guix
Archived
1
0
Fork 0

gnu: http-parser: Update to 2.9.4.

* gnu/packages/web.scm (http-parser): Update to 2.9.4.
master
Tobias Geerinckx-Rice 2020-04-13 06:40:28 +02:00
parent 873b9ddb5e
commit 62f7f0d636
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5811,7 +5811,7 @@ into your tests. It automatically starts up a HTTP server in a separate thread
(define-public http-parser
(package
(name "http-parser")
(version "2.9.3")
(version "2.9.4")
(home-page "https://github.com/nodejs/http-parser")
(source (origin
(method git-fetch)
@ -5834,7 +5834,7 @@ into your tests. It automatically starts up a HTTP server in a separate thread
"0pbxf2nq9pcn299k2b2ls8ldghaqln9glnp79gi57mamx4iy0f6g")))))
(sha256
(base32
"189zi61vczqgmqjd2myjcjbbi5icrk7ccs0kn6nj8hxqiv5j3811"))))
"1vda4dp75pjf5fcph73sy0ifm3xrssrmf927qd1x8g3q46z0cv6c"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"