lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.django-import-export: 4.3.9 -> 4.3.10

R. Ryantm 640ee975 382d9ca4

+2 -2
+2 -2
pkgs/development/python-modules/django-import-export/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "django-import-export"; 17 - version = "4.3.9"; 17 + version = "4.3.10"; 18 18 pyproject = true; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "django-import-export"; 22 22 repo = "django-import-export"; 23 23 tag = version; 24 - hash = "sha256-qcxvXq+pC2leDhaeor2hrWll8bQ+x6xN99pDlnmtUic="; 24 + hash = "sha256-amc5Qp3tdtqUGGN+DMT/r/CKMkMNnx5ryA+HlzQEejk="; 25 25 }; 26 26 27 27 pythonRelaxDeps = [ "tablib" ];