gnu: python-webob: Update to 1.8.3

* gnu/packages/python-web.scm (python-webob): Update to 1.8.3.
This commit is contained in:
Holger Peters 2020-04-24 20:35:18 +02:00 committed by Nicolas Goaziou
parent 82bd276d60
commit b0ec8c675e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -969,14 +969,14 @@ (define-public python-wsgi-intercept
(define-public python-webob (define-public python-webob
(package (package
(name "python-webob") (name "python-webob")
(version "1.5.1") (version "1.8.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "WebOb" version)) (uri (pypi-uri "WebOb" version))
(sha256 (sha256
(base32 (base32
"02bhhzijfhv8hmi1i54d4b0v43liwhnywhflvxsv4x3zax9s3afq")))) "1cpqskanmvwia8wqlpcr3ykyxysynjdnbl5namvpg8vw6jnkv1dh"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-nose" ,python-nose))) `(("python-nose" ,python-nose)))