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
(package
(name "python-webob")
(version "1.5.1")
(version "1.8.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "WebOb" version))
(sha256
(base32
"02bhhzijfhv8hmi1i54d4b0v43liwhnywhflvxsv4x3zax9s3afq"))))
"1cpqskanmvwia8wqlpcr3ykyxysynjdnbl5namvpg8vw6jnkv1dh"))))
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)))