py-sortedcontainers: add new version 2.4.0 (#41652)

This commit is contained in:
Christopher Christofi 2023-12-17 07:01:52 +00:00 committed by GitHub
parent 8797dd35f7
commit 107ea768ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class PySortedcontainers(PythonPackage):
homepage = "http://www.grantjenks.com/docs/sortedcontainers/"
pypi = "sortedcontainers/sortedcontainers-2.1.0.tar.gz"
version("2.4.0", sha256="25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88")
version("2.1.0", sha256="974e9a32f56b17c1bac2aebd9dcf197f3eb9cd30553c5852a3187ad162e1a03a")
depends_on("py-setuptools", type="build")