python312Packages.django-import-export: 4.3.5 -> 4.3.7 (#385810)

This commit is contained in:
Nick Cao
2025-02-28 18:05:03 -05:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "4.3.5";
version = "4.3.7";
pyproject = true;
src = fetchFromGitHub {
owner = "django-import-export";
repo = "django-import-export";
tag = version;
hash = "sha256-jHF1En3lmNhHAiN/3o6eRUub8RhD8+mTXwbDqDP4Zlw=";
hash = "sha256-hHLFrcCw9PXGh7JbHo76SUZ09ZCK9u72BjiaL5HuVMc=";
};
pythonRelaxDeps = [ "tablib" ];