python3Packages.django-import-export: 2.8.0 -> 3.1.0

This commit is contained in:
Martin Weinelt
2023-03-03 23:56:38 +01:00
parent dc639ecac6
commit b73681dc8f
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "2.8.0";
version = "3.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "django-import-export";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-km6TQq4OZZtx9/lgBzS3tEifAYjkkUX//9FRATDLX/0=";
hash = "sha256-GvauDAkQd8dVCgon8nC7FPW4yLM7kS72g8bOBwt9RuY=";
};
propagatedBuildInputs = [