python3Packages.django-import-export: 4.3.12 -> 4.3.13 (#459369)

This commit is contained in:
Yohann Boniface
2025-11-07 10:56:02 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "4.3.12";
version = "4.3.13";
pyproject = true;
src = fetchFromGitHub {
owner = "django-import-export";
repo = "django-import-export";
tag = version;
hash = "sha256-52nlqgKWh37Qr5UvCRBEPz2WHb2BU987+Ibt9yQyFVM=";
hash = "sha256-LE3eNHdPHFH4xVrMzQeOwRlJh4v7rmLTHdNGMQMgo6I=";
};
pythonRelaxDeps = [ "tablib" ];