gnu: http-parser: Update to 2.9.1.
* gnu/packages/web.scm (http-parser): Update to 2.9.1.
This commit is contained in:
parent
5dff38d42a
commit
c11fcc6aa2
|
@ -5154,7 +5154,7 @@ into your tests. It automatically starts up a HTTP server in a separate thread
|
||||||
(define-public http-parser
|
(define-public http-parser
|
||||||
(package
|
(package
|
||||||
(name "http-parser")
|
(name "http-parser")
|
||||||
(version "2.9.0")
|
(version "2.9.1")
|
||||||
(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)
|
||||||
|
@ -5163,7 +5163,7 @@ into your tests. It automatically starts up a HTTP server in a separate thread
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qa3rh9x4as2fc2p0y2hah83iqs7jr5106a8anv317359dgf3ssj"))))
|
"12ilmjma6vmlm2kl23fx5pbi226x098gljgxpx3h2kmq8pg2lm28"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in New Issue