diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-10 15:46:23 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-10 20:18:04 +0100 |
commit | d8bdda1e9af223e8b5f2a3aa02ae6906f1e11a73 (patch) | |
tree | b9d0aa908c7fe28024f2ba1202393943157d7e38 /gnu/packages/web.scm | |
parent | 922fc9cb755abdd795b4d6e778aed7800f5c18cd (diff) | |
download | guix-d8bdda1e9af223e8b5f2a3aa02ae6906f1e11a73.tar guix-d8bdda1e9af223e8b5f2a3aa02ae6906f1e11a73.tar.gz |
gnu: http-parser: Update to 2.9.3.
* gnu/packages/web.scm (http-parser): Update to 2.9.3.
Diffstat (limited to 'gnu/packages/web.scm')
-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 f60b6bd7a0..0f20cf205c 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5664,7 +5664,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.2") + (version "2.9.3") (home-page "https://github.com/nodejs/http-parser") (source (origin (method git-fetch) @@ -5673,7 +5673,7 @@ into your tests. It automatically starts up a HTTP server in a separate thread (file-name (git-file-name name version)) (sha256 (base32 - "1qs6x3n2nrcj1wiik5pg5i16inykf7rcfdfdy7rwyzf40pvdl3c2")))) + "189zi61vczqgmqjd2myjcjbbi5icrk7ccs0kn6nj8hxqiv5j3811")))) (build-system gnu-build-system) (arguments `(#:test-target "test" |