python3Packages.django-import-export: 4.3.8 -> 4.3.9 (#428021)

This commit is contained in:
Nick Cao
2025-07-24 15:27:24 -04:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "4.3.8";
version = "4.3.9";
pyproject = true;
src = fetchFromGitHub {
owner = "django-import-export";
repo = "django-import-export";
tag = version;
hash = "sha256-4QZvVFhnXqdeKvADZOIADbRlRllce7WbVOfVJUHndvg=";
hash = "sha256-qcxvXq+pC2leDhaeor2hrWll8bQ+x6xN99pDlnmtUic=";
};
pythonRelaxDeps = [ "tablib" ];