[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: http-parser: Update to 2.9.3.
From: |
guix-commits |
Subject: |
07/13: gnu: http-parser: Update to 2.9.3. |
Date: |
Mon, 10 Feb 2020 14:34:11 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit d8bdda1e9af223e8b5f2a3aa02ae6906f1e11a73
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 10 15:46:23 2020 +0100
gnu: http-parser: Update to 2.9.3.
* gnu/packages/web.scm (http-parser): Update to 2.9.3.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f60b6bd..0f20cf2 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"
- branch master updated (2cbccf7 -> e7ce4ef), guix-commits, 2020/02/10
- 01/13: gnu: chromium.scm: Remove use of CADR., guix-commits, 2020/02/10
- 02/13: gnu: swaybg: Remove unused input., guix-commits, 2020/02/10
- 03/13: gnu: swaylock: Remove unused input., guix-commits, 2020/02/10
- 04/13: gnu: sway: Remove unused input., guix-commits, 2020/02/10
- 05/13: gnu: signify: Update to 28., guix-commits, 2020/02/10
- 06/13: gnu: strace: Update to 5.5., guix-commits, 2020/02/10
- 09/13: gnu: ceph: Update to 14.2.7., guix-commits, 2020/02/10
- 12/13: gnu: node: Disable flaky test., guix-commits, 2020/02/10
- 07/13: gnu: http-parser: Update to 2.9.3.,
guix-commits <=
- 08/13: gnu: rocksdb: Update to 6.6.4., guix-commits, 2020/02/10
- 11/13: gnu: python-protobuf: Update to 3.11.3., guix-commits, 2020/02/10
- 10/13: gnu: protobuf: Update to 3.11.3., guix-commits, 2020/02/10
- 13/13: gnu: unbound: Remove redundant input., guix-commits, 2020/02/10