summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 01:00:52 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 15:52:52 +0100
commite46dd02d99fccabecd59bf8bd3664a67e24053c0 (patch)
tree9bf0210168bba5deeea835025c7e962eb9d826fd /gnu/packages/python-web.scm
parent6f21aca728cdfd32fb8f64b4805425d297b31429 (diff)
downloadpatches-e46dd02d99fccabecd59bf8bd3664a67e24053c0.tar
patches-e46dd02d99fccabecd59bf8bd3664a67e24053c0.tar.gz
gnu: python-webtest: Update to 2.0.29.
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.29.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 513a455967..8f5827cd2c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1306,14 +1306,14 @@ file.")
(define-public python-webtest
(package
(name "python-webtest")
- (version "2.0.20")
+ (version "2.0.29")
(source
(origin
(method url-fetch)
(uri (pypi-uri "WebTest" version))
(sha256
(base32
- "0bv0qhdjakdsdgj4sk21gnpp8xp8bga4x03p6gjb83ihrsb7n4xv"))))
+ "0bcj1ica5lnmj5zbvk46x28kgphcsgh7sfnwjmn0cr94mhawrg6v"))))
(build-system python-build-system)
(arguments
`(;; Unfortunately we have to disable tests!