python3Packages.django-import-export: 4.4.0 -> 4.4.1 (#517596)

This commit is contained in:
Nick Cao
2026-05-07 18:51:56 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "4.4.0";
version = "4.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "django-import-export";
repo = "django-import-export";
tag = version;
hash = "sha256-TIvgJL+JvRiEf05pyQCfCkahTg7ld8qFOn5VgCPxasY=";
hash = "sha256-6/I5GI2fcD48IOwtbhgqpNn5RHU7Z4PeqMBZUEtiE9g=";
};
pythonRelaxDeps = [ "tablib" ];