gnu: python-sortedcontainers: Update to 2.1.0.

* gnu/packages/python-xyz.scm (python-sortedcontainers): Update to 2.1.0.
This commit is contained in:
Marius Bakke 2020-01-15 20:08:46 +01:00
parent 981bd6e69c
commit b244f166b9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -15771,14 +15771,14 @@ (define-public python-cytoolz
(define-public python-sortedcontainers (define-public python-sortedcontainers
(package (package
(name "python-sortedcontainers") (name "python-sortedcontainers")
(version "2.0.4") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sortedcontainers" version)) (uri (pypi-uri "sortedcontainers" version))
(sha256 (sha256
(base32 (base32
"10hrk2k0hbf9x78vd3f0lj277m1yzfhzzxr0hja718liwb398wk0")))) "0fm0w5id2yhqld95hg2m636vjgkz377rvgdfqaxc25vbylr9lklp"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-tox" ,python-tox))) `(("python-tox" ,python-tox)))