python3Packages.phonenumbers: 8.13.55 -> 9.0.2

https://github.com/daviddrysdale/python-phonenumbers/blob/v9.0.2/python/HISTORY.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:47 +02:00
parent 532dc52fd4
commit 845f801ea9
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "phonenumbers";
version = "8.13.55";
version = "9.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-V8mJ3aPqurG1qePSRDijnr0DL6AXK/aL/ZCrcLPV4Is=";
hash = "sha256-9ZDuK3Kb3Zhzyi1SmJRmrdFMmVO0iAXArrQINI1NYiQ=";
};
build-system = [ setuptools ];