gnu: python-webtest: Update to 2.0.30.
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.30.
This commit is contained in:
parent
b7238c3d64
commit
a348af5012
|
@ -1413,14 +1413,14 @@ file.")
|
||||||
(define-public python-webtest
|
(define-public python-webtest
|
||||||
(package
|
(package
|
||||||
(name "python-webtest")
|
(name "python-webtest")
|
||||||
(version "2.0.29")
|
(version "2.0.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "WebTest" version))
|
(uri (pypi-uri "WebTest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bcj1ica5lnmj5zbvk46x28kgphcsgh7sfnwjmn0cr94mhawrg6v"))))
|
"1mb7m4ndklv84mh0pdkhv73yrflcnra61yczj5g3bvwbqlygfsaw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Unfortunately we have to disable tests!
|
`(;; Unfortunately we have to disable tests!
|
||||||
|
|
Loading…
Reference in New Issue