gnu: python-orderedmultidict: Update to 0.7.11.

* gnu/packages/python.scm (python-orderedmultidict): Update to 0.7.11.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -4003,14 +4003,14 @@ Python code against some of the style conventions in
(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