gnu: python-orderedmultidict: Update to 1.0.
* gnu/packages/python-xyz.scm (python-orderedmultidict): Update to 1.0. Signed-off-by: Marius Bakke <marius@gnu.org>master
parent
f5edd85d86
commit
d6f5120d5b
|
@ -5082,14 +5082,14 @@ where key might be occurred more than once in the container.")
|
||||||
(define-public python-orderedmultidict
|
(define-public python-orderedmultidict
|
||||||
(package
|
(package
|
||||||
(name "python-orderedmultidict")
|
(name "python-orderedmultidict")
|
||||||
(version "0.7.11")
|
(version "1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "orderedmultidict" version))
|
(uri (pypi-uri "orderedmultidict" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dls862ibm7qbq4fnvwx0xn1v9hwyzywbff8xjjdr42dd75208yw"))))
|
"1idjbl933avgaadscrjw1np3xkvnz3phq0l8vw5qs0rqcjx9b65q"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue