mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python312Packages.django-import-export: 4.0.9 -> 4.1.1
This commit is contained in:
parent
b64e7d2266
commit
9462e79b87
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-import-export";
|
pname = "django-import-export";
|
||||||
version = "4.0.9";
|
version = "4.1.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -24,7 +24,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-T7XnPxvqnLI3rd0xSZb2iOsgcOqiA/JrRh3rjCm5gG4=";
|
hash = "sha256-kD/9cpFqjipP3onMHCfimu0ffzGQAoEspjc4IfyuZak=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "tablib" ];
|
pythonRelaxDeps = [ "tablib" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue