gnu: python-webencodings: Update to 0.5.1.

* gnu/packages/python-web.scm (python-webencodings): Update to 0.5.1.
This commit is contained in:
Marius Bakke 2018-02-28 16:02:55 +01:00
parent 4ef80b2f58
commit b0a2c9cbe9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -241,13 +241,13 @@ (define-public python2-html5-parser
(define-public python-webencodings (define-public python-webencodings
(package (package
(name "python-webencodings") (name "python-webencodings")
(version "0.5") (version "0.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "webencodings" version)) (uri (pypi-uri "webencodings" version))
(sha256 (sha256
(base32 (base32
"015rw7662lkpb9aqiqah2hbizk6w531badqwjpz41rr47glmxid5")))) "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases