diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-12 02:48:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-18 20:26:58 +0200 |
commit | cf11bb5b9f29c165bdb8818b5695a2483bb2cff7 (patch) | |
tree | b2154272c1b14e8a4120c8944b702cd5ad382bf8 /gnu/packages | |
parent | 28e09d7fc09cba2729778c5ae1365afa4aebe6ac (diff) | |
download | guix-cf11bb5b9f29c165bdb8818b5695a2483bb2cff7.tar guix-cf11bb5b9f29c165bdb8818b5695a2483bb2cff7.tar.gz |
gnu: python-webtest: Update to 2.0.35.
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 1e57165509..4f34502e86 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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. |