gnu: parfive: Update to 2.0.2.
* gnu/packages/python-web.scm (parfive): Update to 2.0.2. Change-Id: I3890cbae4d706c5f3391809fc6b4ce36140f059d
This commit is contained in:
parent
4e213f7da6
commit
bcf5143c1f
1 changed files with 2 additions and 2 deletions
|
@ -1319,13 +1319,13 @@ HTTP servers, RESTful APIs, and web services.")
|
||||||
(define-public parfive
|
(define-public parfive
|
||||||
(package
|
(package
|
||||||
(name "parfive")
|
(name "parfive")
|
||||||
(version "2.0.1")
|
(version "2.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "parfive" version))
|
(uri (pypi-uri "parfive" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19dcbb6g56l5s3ih0bhs3p4acgc0gf4zdzpj4w87m69li2nhmgpx"))))
|
"0pf8rzfwxpkn84xzb4v8m1fy3k7kjlh8f9ln4y5xqlnbqpwi30lh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue