Skip to content

Commit dd80d0b

Browse files
authored
python3Packages.django-phonenumber-field: 8.0.0 -> 8.1.0 (#406878)
2 parents 840a215 + 05acf58 commit dd80d0b

File tree

1 file changed

+3
-6
lines changed
  • pkgs/development/python-modules/django-phonenumber-field

1 file changed

+3
-6
lines changed

pkgs/development/python-modules/django-phonenumber-field/default.nix

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,19 @@
99
phonenumbers,
1010
phonenumberslite,
1111
python,
12-
pythonOlder,
1312
setuptools-scm,
1413
}:
1514

1615
buildPythonPackage rec {
1716
pname = "django-phonenumber-field";
18-
version = "8.0.0";
17+
version = "8.1.0";
1918
pyproject = true;
2019

21-
disabled = pythonOlder "3.8";
22-
2320
src = fetchFromGitHub {
2421
owner = "stefanfoulis";
2522
repo = "django-phonenumber-field";
2623
tag = version;
27-
hash = "sha256-l+BAh7QYGN0AgDHICvlQnBYAcpEn8acu+JBmoo85kF0=";
24+
hash = "sha256-KRi2rUx88NYoQhRChmNABP8KalMbf4HhWC8Wwnc/xB4=";
2825
};
2926

3027
build-system = [ setuptools-scm ];
@@ -60,7 +57,7 @@ buildPythonPackage rec {
6057
meta = with lib; {
6158
description = "Django model and form field for normalised phone numbers using python-phonenumbers";
6259
homepage = "https://github.com/stefanfoulis/django-phonenumber-field/";
63-
changelog = "https://github.com/stefanfoulis/django-phonenumber-field/releases/tag/${version}";
60+
changelog = "https://github.com/stefanfoulis/django-phonenumber-field/releases/tag/${src.tag}";
6461
license = licenses.mit;
6562
maintainers = with maintainers; [ sephi ];
6663
};

0 commit comments

Comments
 (0)