diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-01-02 23:34:06 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-01-13 01:25:15 +0100 |
commit | 48a51af9d2c14e46ee073c6925e0d1b68e3292c9 (patch) | |
tree | 7f4f6378584c6de864b387fc5b89b3f533323526 | |
parent | 304db09257b353a677440e3b3c94f08446015ed2 (diff) | |
download | guix-48a51af9d2c14e46ee073c6925e0d1b68e3292c9.tar guix-48a51af9d2c14e46ee073c6925e0d1b68e3292c9.tar.gz |
gnu: http-parser: Update to 2.9.0.
* gnu/packages/web.scm (http-parser): Update to 2.9.0.
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 52da99ce2b..1ea4333a90 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5074,7 +5074,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.8.1") + (version "2.9.0") (home-page "https://github.com/nodejs/http-parser") (source (origin (method git-fetch) @@ -5083,7 +5083,7 @@ into your tests. It automatically starts up a HTTP server in a separate thread (file-name (git-file-name name version)) (sha256 (base32 - "0d2ni77pdw51n6qf0pq2gkc78i6yvnaw3nds6ldgmqqndzp2yv31")))) + "1qa3rh9x4as2fc2p0y2hah83iqs7jr5106a8anv317359dgf3ssj")))) (build-system gnu-build-system) (arguments `(#:test-target "test" |