python310Packages.django-phonenumber-field: 7.1.0 -> 7.2.0

This commit is contained in:
R. Ryantm 2023-10-14 00:17:25 +00:00
parent 96896946dd
commit aebb2a4223

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "django-phonenumber-field";
version = "7.1.0";
version = "7.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "stefanfoulis";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Ey/EuP3WzoGcPPJlDg97cznU5dqDPBLX/aEGPdBm9Fc=";
hash = "sha256-QEmwCdSiaae7mhmCPcV5F01f1GRxmIur3tyhv0XK7I4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;