Loading pkgs/development/python-modules/django-simple-history/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "django-simple-history"; version = "3.7.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -24,13 +24,13 @@ buildPythonPackage rec { hash = "sha256-bPdMdtiEDRvRD00ZBwUQkeCDKCx2SW65+FsbuMwVdK0="; }; nativeBuildInputs = [ build-system = [ hatch-fancy-pypi-readme hatchling hatch-vcs ]; propagatedBuildInputs = [ django ]; dependencies = [ django ]; checkPhase = '' runHook preCheck Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "simple_history" ]; meta = with lib; { description = "django-simple-history stores Django model state on every create/update/delete"; description = "Module to store Django model state on every create/update/delete"; homepage = "https://github.com/jazzband/django-simple-history/"; changelog = "https://github.com/jazzband/django-simple-history/releases/tag/${version}"; license = licenses.bsd3; Loading Loading
pkgs/development/python-modules/django-simple-history/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "django-simple-history"; version = "3.7.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -24,13 +24,13 @@ buildPythonPackage rec { hash = "sha256-bPdMdtiEDRvRD00ZBwUQkeCDKCx2SW65+FsbuMwVdK0="; }; nativeBuildInputs = [ build-system = [ hatch-fancy-pypi-readme hatchling hatch-vcs ]; propagatedBuildInputs = [ django ]; dependencies = [ django ]; checkPhase = '' runHook preCheck Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "simple_history" ]; meta = with lib; { description = "django-simple-history stores Django model state on every create/update/delete"; description = "Module to store Django model state on every create/update/delete"; homepage = "https://github.com/jazzband/django-simple-history/"; changelog = "https://github.com/jazzband/django-simple-history/releases/tag/${version}"; license = licenses.bsd3; Loading