diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-10 22:20:50 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:09 +0100 |
commit | f4f8a3a3e965a339243da6704f8cf64200e519d0 (patch) | |
tree | 057a3f26daa228b8b28a790ce7b6daa8ca189da8 /gnu/packages/python-web.scm | |
parent | bd121f08b62cce03edc4e9d4ba4f1f273767abf5 (diff) | |
download | guix-f4f8a3a3e965a339243da6704f8cf64200e519d0.tar.gz |
gnu: parfive: Update to 2.1.0.
* gnu/packages/python-web.scm (parfive): Update to 2.1.0. Change-Id: I6207150e012c03943d4553854123831d1bba3e55
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 c89856f296..affa2f52f4 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1379,13 +1379,13 @@ HTTP servers, RESTful APIs, and web services.") (define-public parfive (package (name "parfive") - (version "2.0.2") + (version "2.1.0") (source (origin (method url-fetch) (uri (pypi-uri "parfive" version)) (sha256 (base32 - "0pf8rzfwxpkn84xzb4v8m1fy3k7kjlh8f9ln4y5xqlnbqpwi30lh")))) + "13nw2y7wjzj6w049av6ff4d0zxgbhkrgck0xyh676c114hcv8v6d")))) (build-system pyproject-build-system) (arguments (list |