python3Packages.django-phonenumber-field: 6.4.0 -> 7.0.2

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:16 +01:00
parent 5f16446a09
commit e954768ab3

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "django-phonenumber-field";
version = "6.4.0";
version = "7.0.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "stefanfoulis";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rrJTCWn1mFV4QQu8wyLDxheHkZQ/FIE7mRC/9nXNSaM=";
hash = "sha256-y5eVyF6gBgkH+uQ2424kCe+XRB/ttbnJPkg6ToRxAmI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;