python311Packages.ping3: 4.0.7 -> 4.0.8

This commit is contained in:
R. Ryantm 2024-04-11 19:10:48 +00:00
parent c81c241415
commit 383472d1f4
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "ping3";
version = "4.0.7";
version = "4.0.8";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uO2ObCZvizdGSrobagC6GDh116z5q5yIH9P8PcvpCi8=";
hash = "sha256-mrRg61fwBrcfl3ppPRVyFaq9a7y8bNZCi2lR6q4MKHU=";
};
build-system = [ setuptools ];