python310Packages.django-ipware: 5.0.0 -> 5.0.2

This commit is contained in:
R. Ryantm 2023-11-05 20:22:29 +00:00
parent b4c0c733b3
commit 180845e861

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 ];