Merge pull request #265723 from r-ryantm/auto-update/python310Packages.django-ipware

python310Packages.django-ipware: 5.0.0 -> 5.0.2
This commit is contained in:
Mario Rodas 2023-11-05 23:26:50 -05:00 committed by GitHub
commit 0976f57a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "django-ipware";
version = "5.0.0";
version = "5.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-T6VgfuheEu5eFYvHVp/x4TT7FXloGqH/Pw7QS+Ib4VM=";
hash = "sha256-qzq3ZF5nTfaCwRRqW936UVGxt7576SEIcsMVa9g2qtQ=";
};
propagatedBuildInputs = [ django ];