mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-webtest: Update to 2.0.29.
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.29.
This commit is contained in:
parent
6f21aca728
commit
e46dd02d99
1 changed files with 2 additions and 2 deletions
|
@ -1306,14 +1306,14 @@ (define-public python2-pastedeploy
|
|||
(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!
|
||||
|
|
Loading…
Reference in a new issue