gnu: python-webtest: Update to 2.0.35.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 12 Apr 2021 00:48:18 +0000 (02:48 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 18 Apr 2021 18:26:58 +0000 (20:26 +0200)
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.

gnu/packages/python-web.scm

index 1e57165..4f34502 100644 (file)
@@ -2916,14 +2916,13 @@ file.")
 (define-public python-webtest
   (package
     (name "python-webtest")
-    (version "2.0.33")
+    (version "2.0.35")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "WebTest" version))
        (sha256
-        (base32
-         "1l3z0cwqslsf4rcrhi2gr8kdfh74wn2dw76376i4g9i38gz8wd21"))))
+        (base32 "11xhgdj251zkvz5w30fvspii08ki2vrpr1im9sph1wmlnasnihda"))))
     (build-system python-build-system)
     (arguments
      ;; Tests require python-pyquery, which creates a circular dependency.