mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: parfive: Update to 2.1.0.
* gnu/packages/python-web.scm (parfive): Update to 2.1.0. Change-Id: I6207150e012c03943d4553854123831d1bba3e55
This commit is contained in:
parent
bd121f08b6
commit
f4f8a3a3e9
1 changed files with 2 additions and 2 deletions
|
@ -1379,13 +1379,13 @@ (define-public httpie
|
||||||
(define-public parfive
|
(define-public parfive
|
||||||
(package
|
(package
|
||||||
(name "parfive")
|
(name "parfive")
|
||||||
(version "2.0.2")
|
(version "2.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "parfive" version))
|
(uri (pypi-uri "parfive" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pf8rzfwxpkn84xzb4v8m1fy3k7kjlh8f9ln4y5xqlnbqpwi30lh"))))
|
"13nw2y7wjzj6w049av6ff4d0zxgbhkrgck0xyh676c114hcv8v6d"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue