python311Packages.django-import-export: 4.0.5 -> 4.0.7
This commit is contained in:
parent
66ded85976
commit
601a693b01
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-import-export";
|
pname = "django-import-export";
|
||||||
version = "4.0.5";
|
version = "4.0.7";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
owner = "django-import-export";
|
owner = "django-import-export";
|
||||||
repo = "django-import-export";
|
repo = "django-import-export";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-jH/f2eebVcvd96XpaN2eBh5Yx5n0DRbDeKPh7+AaTE8=";
|
hash = "sha256-yN47HwIHGciE4w0xN+l/dOsbHNf5DZrYjrmJgZeWlE0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "tablib" ];
|
pythonRelaxDeps = [ "tablib" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user