Merge pull request #327206 from r-ryantm/auto-update/python312Packages.django-import-export

python312Packages.django-import-export: 4.0.9 -> 4.1.1
This commit is contained in:
OTABI Tomoya 2024-07-30 12:14:16 +09:00 committed by GitHub
commit 3fcada1050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "4.0.9";
version = "4.1.1";
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-T7XnPxvqnLI3rd0xSZb2iOsgcOqiA/JrRh3rjCm5gG4=";
hash = "sha256-kD/9cpFqjipP3onMHCfimu0ffzGQAoEspjc4IfyuZak=";
};
pythonRelaxDeps = [ "tablib" ];