python3Packages.django-import-export: 4.3.14 -> 4.4.0 (#480933)

This commit is contained in:
Michael Daniels
2026-01-18 19:12:18 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "4.3.14";
version = "4.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "django-import-export";
repo = "django-import-export";
tag = version;
hash = "sha256-dY6utdWlzoQiODjFn7alJBBnDxq+1G9fdGvwu/2Ynfs=";
hash = "sha256-TIvgJL+JvRiEf05pyQCfCkahTg7ld8qFOn5VgCPxasY=";
};
pythonRelaxDeps = [ "tablib" ];