Loading pkgs/development/python-modules/django-simple-captcha/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ # dependencies django, django-ranged-response, djangorestframework, pillow, # tests Loading @@ -21,14 +20,14 @@ buildPythonPackage rec { pname = "django-simple-captcha"; version = "0.6.1"; version = "0.6.2"; pyproject = true; src = fetchFromGitHub { owner = "mbi"; repo = "django-simple-captcha"; tag = "v${version}"; hash = "sha256-2/DDiGvQmNoC8SJabngt8RaHHo48ZDD+62Gb39aeCsg="; hash = "sha256-hOvZQCAAlMYaNpAN+junhfgWej92shto7ejhKUPqbX0="; }; build-system = [ setuptools ]; Loading @@ -37,7 +36,6 @@ buildPythonPackage rec { django pillow django-ranged-response djangorestframework ]; nativeCheckInputs = [ Loading @@ -58,7 +56,7 @@ buildPythonPackage rec { meta = with lib; { description = "Customizable Django application to add captcha images to any Django form"; homepage = "https://github.com/mbi/django-simple-captcha"; changelog = "https://github.com/mbi/django-simple-captcha/blob/v${version}/CHANGES"; changelog = "https://github.com/mbi/django-simple-captcha/blob/${src.tag}/CHANGES"; license = licenses.mit; maintainers = with maintainers; [ mrmebelman Loading Loading
pkgs/development/python-modules/django-simple-captcha/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ # dependencies django, django-ranged-response, djangorestframework, pillow, # tests Loading @@ -21,14 +20,14 @@ buildPythonPackage rec { pname = "django-simple-captcha"; version = "0.6.1"; version = "0.6.2"; pyproject = true; src = fetchFromGitHub { owner = "mbi"; repo = "django-simple-captcha"; tag = "v${version}"; hash = "sha256-2/DDiGvQmNoC8SJabngt8RaHHo48ZDD+62Gb39aeCsg="; hash = "sha256-hOvZQCAAlMYaNpAN+junhfgWej92shto7ejhKUPqbX0="; }; build-system = [ setuptools ]; Loading @@ -37,7 +36,6 @@ buildPythonPackage rec { django pillow django-ranged-response djangorestframework ]; nativeCheckInputs = [ Loading @@ -58,7 +56,7 @@ buildPythonPackage rec { meta = with lib; { description = "Customizable Django application to add captcha images to any Django form"; homepage = "https://github.com/mbi/django-simple-captcha"; changelog = "https://github.com/mbi/django-simple-captcha/blob/v${version}/CHANGES"; changelog = "https://github.com/mbi/django-simple-captcha/blob/${src.tag}/CHANGES"; license = licenses.mit; maintainers = with maintainers; [ mrmebelman Loading