summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1e571655099..4f34502e86f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2916,14 +2916,13 @@ file.")
2916(define-public python-webtest 2916(define-public python-webtest
2917 (package 2917 (package
2918 (name "python-webtest") 2918 (name "python-webtest")
2919 (version "2.0.33") 2919 (version "2.0.35")
2920 (source 2920 (source
2921 (origin 2921 (origin
2922 (method url-fetch) 2922 (method url-fetch)
2923 (uri (pypi-uri "WebTest" version)) 2923 (uri (pypi-uri "WebTest" version))
2924 (sha256 2924 (sha256
2925 (base32 2925 (base32 "11xhgdj251zkvz5w30fvspii08ki2vrpr1im9sph1wmlnasnihda"))))
2926 "1l3z0cwqslsf4rcrhi2gr8kdfh74wn2dw76376i4g9i38gz8wd21"))))
2927 (build-system python-build-system) 2926 (build-system python-build-system)
2928 (arguments 2927 (arguments
2929 ;; Tests require python-pyquery, which creates a circular dependency. 2928 ;; Tests require python-pyquery, which creates a circular dependency.