py-tzdata: add v2025.2 (#50138)

This commit is contained in:
Robert Maaskant 2025-04-23 02:04:25 +02:00 committed by GitHub
parent b7d85e7694
commit dddbd944a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ class PyTzdata(PythonPackage):
license("Apache-2.0")
version("2025.2", sha256="b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9")
version("2023.3", sha256="11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a")
depends_on("py-setuptools@40.8:", type="build")