python3Packages.ping3: 4.0.8 -> 5.1.3 (#432189)

authored by

Fabian Affolter and committed by
GitHub
f1d5e993 29d81144

+2 -2
+2 -2
pkgs/development/python-modules/ping3/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "ping3"; 11 - version = "4.0.8"; 11 + version = "5.1.3"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-mrRg61fwBrcfl3ppPRVyFaq9a7y8bNZCi2lR6q4MKHU="; 18 + hash = "sha256-UTD12FxxRnTlRMGo5TwIo+fsM3Ka1zEMWYjM4BAH0t8="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];