python38Packages.icmplib: 2.0.2 -> 2.1.1

This commit is contained in:
R. RyanTM 2021-03-22 04:00:05 +00:00 committed by Jonathan Ringer
parent ad993257ce
commit dc562d2588

View File

@ -9,14 +9,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "icmplib"; pname = "icmplib";
version = "2.0.2"; version = "2.1.1";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ValentinBELYN"; owner = "ValentinBELYN";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0djsbksgml2h18w6509w59s88730w1xaxdxzws12alq4m5v4hirr"; sha256 = "06xx9854yzxa7x1mjfzbhhw5rfzgjnw269j5k0rshyqh3qvw1nwv";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [