0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python312Packages.django-import-export: 4.0.9 -> 4.1.1

This commit is contained in:
R. Ryantm 2024-07-14 20:43:26 +00:00
parent b64e7d2266
commit 9462e79b87

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" ];