summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-04-13 06:40:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-04-13 06:56:55 +0200
commit62f7f0d636d3b3ff796263ab892ebf53263539fa (patch)
treed9eca3ef515ad11b88366fcbcd72c599d042327f
parent873b9ddb5ee90602e2f9b6f5673e5d0f519d7feb (diff)
gnu: http-parser: Update to 2.9.4.
* gnu/packages/web.scm (http-parser): Update to 2.9.4.
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 00924776799..bad8f033bb7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5811,7 +5811,7 @@ into your tests. It automatically starts up a HTTP server in a separate thread
5811(define-public http-parser 5811(define-public http-parser
5812 (package 5812 (package
5813 (name "http-parser") 5813 (name "http-parser")
5814 (version "2.9.3") 5814 (version "2.9.4")
5815 (home-page "https://github.com/nodejs/http-parser") 5815 (home-page "https://github.com/nodejs/http-parser")
5816 (source (origin 5816 (source (origin
5817 (method git-fetch) 5817 (method git-fetch)
@@ -5834,7 +5834,7 @@ into your tests. It automatically starts up a HTTP server in a separate thread
5834 "0pbxf2nq9pcn299k2b2ls8ldghaqln9glnp79gi57mamx4iy0f6g"))))) 5834 "0pbxf2nq9pcn299k2b2ls8ldghaqln9glnp79gi57mamx4iy0f6g")))))
5835 (sha256 5835 (sha256
5836 (base32 5836 (base32
5837 "189zi61vczqgmqjd2myjcjbbi5icrk7ccs0kn6nj8hxqiv5j3811")))) 5837 "1vda4dp75pjf5fcph73sy0ifm3xrssrmf927qd1x8g3q46z0cv6c"))))
5838 (build-system gnu-build-system) 5838 (build-system gnu-build-system)
5839 (arguments 5839 (arguments
5840 `(#:test-target "test" 5840 `(#:test-target "test"