Loading pkgs/development/python-modules/django-filer/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, django, pythonOlder, pytestCheckHook, django-polymorphic, setuptools, Loading @@ -16,16 +15,14 @@ buildPythonPackage rec { pname = "django-filer"; version = "3.3.3"; version = "3.4.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "django-cms"; repo = "django-filer"; tag = version; hash = "sha256-EAiqGRdmUii86QwHkZ2BT5vBRaiXpNWbr9INmuYW444="; hash = "sha256-lbt7Tk+BJX9sesIPjZ0bIpE0RzO4nH/TAdimowfYtkA="; }; build-system = [ setuptools ]; Loading @@ -52,6 +49,7 @@ buildPythonPackage rec { ''; meta = { changelog = "https://github.com/django-cms/django-filer/blob/${src.tag}/CHANGELOG.rst"; description = "File management application for Django"; homepage = "https://github.com/django-cms/django-filer"; license = lib.licenses.mit; Loading Loading
pkgs/development/python-modules/django-filer/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, django, pythonOlder, pytestCheckHook, django-polymorphic, setuptools, Loading @@ -16,16 +15,14 @@ buildPythonPackage rec { pname = "django-filer"; version = "3.3.3"; version = "3.4.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "django-cms"; repo = "django-filer"; tag = version; hash = "sha256-EAiqGRdmUii86QwHkZ2BT5vBRaiXpNWbr9INmuYW444="; hash = "sha256-lbt7Tk+BJX9sesIPjZ0bIpE0RzO4nH/TAdimowfYtkA="; }; build-system = [ setuptools ]; Loading @@ -52,6 +49,7 @@ buildPythonPackage rec { ''; meta = { changelog = "https://github.com/django-cms/django-filer/blob/${src.tag}/CHANGELOG.rst"; description = "File management application for Django"; homepage = "https://github.com/django-cms/django-filer"; license = lib.licenses.mit; Loading