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
1 changed files with 2 additions and 2 deletions
|
@ -5154,7 +5154,7 @@ (define-public python2-pytest-httpbin
|
|||
(define-public http-parser
|
||||
(package
|
||||
(name "http-parser")
|
||||
(version "2.9.0")
|
||||
(version "2.9.1")
|
||||
(home-page "https://github.com/nodejs/http-parser")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -5163,7 +5163,7 @@ (define-public http-parser
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qa3rh9x4as2fc2p0y2hah83iqs7jr5106a8anv317359dgf3ssj"))))
|
||||
"12ilmjma6vmlm2kl23fx5pbi226x098gljgxpx3h2kmq8pg2lm28"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
|
|
Loading…
Reference in a new issue