diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-27 04:27:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-27 12:46:27 +0200 |
commit | a348af5012f2ebafa5ca24fba5d08bc1745eaf88 (patch) | |
tree | 67c9ba51ecf48351bb5017f123c751d2b2d681b2 /gnu/packages/python-web.scm | |
parent | b7238c3d6464eec8550a513ed3c8828e82910d00 (diff) | |
download | patches-a348af5012f2ebafa5ca24fba5d08bc1745eaf88.tar patches-a348af5012f2ebafa5ca24fba5d08bc1745eaf88.tar.gz |
gnu: python-webtest: Update to 2.0.30.
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.30.
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 4e130fa164..2e98a95d4b 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1413,14 +1413,14 @@ file.") (define-public python-webtest (package (name "python-webtest") - (version "2.0.29") + (version "2.0.30") (source (origin (method url-fetch) (uri (pypi-uri "WebTest" version)) (sha256 (base32 - "0bcj1ica5lnmj5zbvk46x28kgphcsgh7sfnwjmn0cr94mhawrg6v")))) + "1mb7m4ndklv84mh0pdkhv73yrflcnra61yczj5g3bvwbqlygfsaw")))) (build-system python-build-system) (arguments `(;; Unfortunately we have to disable tests! |