mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-webtest: Update to 2.0.35.
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
This commit is contained in:
parent
28e09d7fc0
commit
cf11bb5b9f
1 changed files with 2 additions and 3 deletions
|
@ -2916,14 +2916,13 @@ file.")
|
||||||
(define-public python-webtest
|
(define-public python-webtest
|
||||||
(package
|
(package
|
||||||
(name "python-webtest")
|
(name "python-webtest")
|
||||||
(version "2.0.33")
|
(version "2.0.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "WebTest" version))
|
(uri (pypi-uri "WebTest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "11xhgdj251zkvz5w30fvspii08ki2vrpr1im9sph1wmlnasnihda"))))
|
||||||
"1l3z0cwqslsf4rcrhi2gr8kdfh74wn2dw76376i4g9i38gz8wd21"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests require python-pyquery, which creates a circular dependency.
|
;; Tests require python-pyquery, which creates a circular dependency.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue