Merge pull request #282120 from r-ryantm/auto-update/python311Packages.django-import-export

python311Packages.django-import-export: 3.3.5 -> 3.3.6
This commit is contained in:
Nikolay Korotkiy 2024-01-20 00:10:30 +04:00 committed by GitHub
commit ec39d5106b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "django-import-export";
version = "3.3.5";
version = "3.3.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "django-import-export";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bYb000KRnvuMSMTTicqrJ+0zU/XguQFcLATqxUvc5V0=";
hash = "sha256-1c+ZGCVrHqqT9aUua+7fI8fYZYBq4I/qq1yIjdVLJPY=";
};
propagatedBuildInputs = [