Merge pull request #320348 from r-ryantm/auto-update/python311Packages.django-import-export

python311Packages.django-import-export: 4.0.7 -> 4.0.8
This commit is contained in:
Nick Cao 2024-06-17 16:27:15 -04:00 committed by GitHub
commit 3270c05bb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "4.0.7";
version = "4.0.8";
pyproject = true;
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "django-import-export";
repo = "django-import-export";
rev = "refs/tags/${version}";
hash = "sha256-yN47HwIHGciE4w0xN+l/dOsbHNf5DZrYjrmJgZeWlE0=";
hash = "sha256-FejU0k2/fmR5QdAJy2xxx3MKgu89/pOj4cIWsMGUw0M=";
};
pythonRelaxDeps = [ "tablib" ];