Loading pkgs/development/python-modules/django-rosetta/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "django-rosetta"; version = "0.10.1"; version = "0.10.2"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "mbi"; repo = "django-rosetta"; tag = "v${version}"; hash = "sha256-b+iCUA3i3Ej6S5XcGQhBIEIJFx6vOL2sq3xkkA9wqek="; hash = "sha256-NqDrCDvvyZsce7/VWXujAStAW8UtNSro8aelrDi4EEs="; }; build-system = [ setuptools ]; Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Rosetta is a Django application that facilitates the translation process of your Django projects"; homepage = "https://github.com/mbi/django-rosetta"; changelog = "https://github.com/mbi/django-rosetta/releases/tag/v${version}"; changelog = "https://github.com/mbi/django-rosetta/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ derdennisop ]; }; Loading Loading
pkgs/development/python-modules/django-rosetta/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "django-rosetta"; version = "0.10.1"; version = "0.10.2"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "mbi"; repo = "django-rosetta"; tag = "v${version}"; hash = "sha256-b+iCUA3i3Ej6S5XcGQhBIEIJFx6vOL2sq3xkkA9wqek="; hash = "sha256-NqDrCDvvyZsce7/VWXujAStAW8UtNSro8aelrDi4EEs="; }; build-system = [ setuptools ]; Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Rosetta is a Django application that facilitates the translation process of your Django projects"; homepage = "https://github.com/mbi/django-rosetta"; changelog = "https://github.com/mbi/django-rosetta/releases/tag/v${version}"; changelog = "https://github.com/mbi/django-rosetta/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ derdennisop ]; }; Loading