gnu: python-orderedmultidict: Update to 0.7.11.

* gnu/packages/python.scm (python-orderedmultidict): Update to 0.7.11.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-24 12:53:00 +01:00
parent 6acff0f900
commit 9e2802cb8d
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -4003,14 +4003,14 @@ (define-public python2-pycodestyle
(define-public python-orderedmultidict
(package
(name "python-orderedmultidict")
(version "0.7.10")
(version "0.7.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "orderedmultidict" version))
(sha256
(base32
"1gvqk0jd432wsn88kq4svad68xz3r012jfpnhh9in7bqrkyxidky"))))
"0dls862ibm7qbq4fnvwx0xn1v9hwyzywbff8xjjdr42dd75208yw"))))
(build-system python-build-system)
(arguments
`(#:phases