File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
pkgs/development/python-modules/django-phonenumber-field Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 99 phonenumbers ,
1010 phonenumberslite ,
1111 python ,
12- pythonOlder ,
1312 setuptools-scm ,
1413} :
1514
1615buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments