forked from mirrors/nixpkgs
python310Packages.django-phonenumber-field: 7.0.2 -> 7.1.0
Diff: https://github.com/stefanfoulis/django-phonenumber-field/compare/refs/tags/7.0.2...7.1.0 Changelog: https://github.com/stefanfoulis/django-phonenumber-field/releases/tag/7.1.0
This commit is contained in:
parent
9116837abd
commit
1572553498
|
@ -12,7 +12,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-phonenumber-field";
|
||||
version = "7.0.2";
|
||||
version = "7.1.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "stefanfoulis";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-y5eVyF6gBgkH+uQ2424kCe+XRB/ttbnJPkg6ToRxAmI=";
|
||||
hash = "sha256-Ey/EuP3WzoGcPPJlDg97cznU5dqDPBLX/aEGPdBm9Fc=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
|
Loading…
Reference in a new issue