mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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 62f7f0d636
.
This commit is contained in:
parent
8d85ad6c6d
commit
bad368b0d7
1 changed files with 2 additions and 2 deletions
|
@ -5811,7 +5811,7 @@ (define-public python2-pytest-httpbin
|
||||||
(define-public http-parser
|
(define-public http-parser
|
||||||
(package
|
(package
|
||||||
(name "http-parser")
|
(name "http-parser")
|
||||||
(version "2.9.4")
|
(version "2.9.3")
|
||||||
(home-page "https://github.com/nodejs/http-parser")
|
(home-page "https://github.com/nodejs/http-parser")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5834,7 +5834,7 @@ (define-public http-parser
|
||||||
"0pbxf2nq9pcn299k2b2ls8ldghaqln9glnp79gi57mamx4iy0f6g")))))
|
"0pbxf2nq9pcn299k2b2ls8ldghaqln9glnp79gi57mamx4iy0f6g")))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vda4dp75pjf5fcph73sy0ifm3xrssrmf927qd1x8g3q46z0cv6c"))))
|
"189zi61vczqgmqjd2myjcjbbi5icrk7ccs0kn6nj8hxqiv5j3811"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in a new issue