diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index c89856f296a..affa2f52f4c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -1379,13 +1379,13 @@ HTTP servers, RESTful APIs, and web services.") | |||
| 1379 | (define-public parfive | 1379 | (define-public parfive |
| 1380 | (package | 1380 | (package |
| 1381 | (name "parfive") | 1381 | (name "parfive") |
| 1382 | (version "2.0.2") | 1382 | (version "2.1.0") |
| 1383 | (source (origin | 1383 | (source (origin |
| 1384 | (method url-fetch) | 1384 | (method url-fetch) |
| 1385 | (uri (pypi-uri "parfive" version)) | 1385 | (uri (pypi-uri "parfive" version)) |
| 1386 | (sha256 | 1386 | (sha256 |
| 1387 | (base32 | 1387 | (base32 |
| 1388 | "0pf8rzfwxpkn84xzb4v8m1fy3k7kjlh8f9ln4y5xqlnbqpwi30lh")))) | 1388 | "13nw2y7wjzj6w049av6ff4d0zxgbhkrgck0xyh676c114hcv8v6d")))) |
| 1389 | (build-system pyproject-build-system) | 1389 | (build-system pyproject-build-system) |
| 1390 | (arguments | 1390 | (arguments |
| 1391 | (list | 1391 | (list |
