[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "gnu: http-parser: Update to 2.9.4."
From: |
guix-commits |
Subject: |
branch master updated: Revert "gnu: http-parser: Update to 2.9.4." |
Date: |
Mon, 13 Apr 2020 14:19:05 -0400 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bad368b Revert "gnu: http-parser: Update to 2.9.4."
bad368b is described below
commit bad368b0d794689f3a8a11b58f1ea4987938682e
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Apr 13 20:18:52 2020 +0200
Revert "gnu: http-parser: Update to 2.9.4."
It fails to build on armhf-linux; see <https://bugs.gnu.org/40604>.
This reverts commit 62f7f0d636d3b3ff796263ab892ebf53263539fa.
---
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 bad8f03..0092477 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
(define-public http-parser
(package
(name "http-parser")
- (version "2.9.4")
+ (version "2.9.3")
(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
- "1vda4dp75pjf5fcph73sy0ifm3xrssrmf927qd1x8g3q46z0cv6c"))))
+ "189zi61vczqgmqjd2myjcjbbi5icrk7ccs0kn6nj8hxqiv5j3811"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "gnu: http-parser: Update to 2.9.4.",
guix-commits <=