Merge pull request #286449 from r-ryantm/auto-update/python311Packages.django-ipware

python311Packages.django-ipware: 6.0.3 -> 6.0.4

authored by

Nick Cao and committed by
GitHub
2739a311 42397576

+2 -2
+2 -2
pkgs/development/python-modules/django-ipware/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "django-ipware"; 10 - version = "6.0.3"; 10 + version = "6.0.4"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-D2gt1POv73kJuz3TlpScNVmCU5vUOS1OnfCwsxYESE0="; 17 + hash = "sha256-YU0PCpEfinZeVbbTWLFxW7he62PR67d0R9CdZF8TQ+g="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ django ];