gnu: python-orderedmultidict: Update to 0.7.11.
* gnu/packages/python.scm (python-orderedmultidict): Update to 0.7.11.
This commit is contained in:
parent
6acff0f900
commit
9e2802cb8d
|
@ -4003,14 +4003,14 @@ Python code against some of the style conventions in
|
||||||
(define-public python-orderedmultidict
|
(define-public python-orderedmultidict
|
||||||
(package
|
(package
|
||||||
(name "python-orderedmultidict")
|
(name "python-orderedmultidict")
|
||||||
(version "0.7.10")
|
(version "0.7.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "orderedmultidict" version))
|
(uri (pypi-uri "orderedmultidict" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gvqk0jd432wsn88kq4svad68xz3r012jfpnhh9in7bqrkyxidky"))))
|
"0dls862ibm7qbq4fnvwx0xn1v9hwyzywbff8xjjdr42dd75208yw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue