python3Packages.django-import-export: 4.0.8 -> 4.0.9

https://github.com/django-import-export/django-import-export/blob/4.0.9/docs/changelog.rst
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:53 +02:00
parent 7a9d1e47d5
commit 92e77b5166
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "4.0.8";
version = "4.0.9";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "django-import-export";
repo = "django-import-export";
rev = "refs/tags/${version}";
hash = "sha256-FejU0k2/fmR5QdAJy2xxx3MKgu89/pOj4cIWsMGUw0M=";
hash = "sha256-T7XnPxvqnLI3rd0xSZb2iOsgcOqiA/JrRh3rjCm5gG4=";
};
pythonRelaxDeps = [ "tablib" ];