python311Packages.ping3: 4.0.5 -> 4.0.7

This commit is contained in:
R. Ryantm 2024-04-06 17:21:28 +00:00
parent f6eb921406
commit 2c4f1bd741
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "ping3";
version = "4.0.5";
version = "4.0.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-HwkYXokyFDZSSZayEtID08q1rSJofedGRXDxx/udwFE=";
hash = "sha256-uO2ObCZvizdGSrobagC6GDh116z5q5yIH9P8PcvpCi8=";
};
nativeBuildInputs = [