python310Packages.icmplib: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm 2022-02-07 06:14:08 +00:00 committed by Jonathan Ringer
parent f7284233f4
commit 43f2183040

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "icmplib";
version = "3.0.2";
version = "3.0.3";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ValentinBELYN";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4aq89Nw55OL7JQx3Ra6Ppp5yKLdS6Lc0YA8UJxVhz84=";
sha256 = "sha256-EQyu7lV8F/U8cZklYYIMk9ut1FTcoBvGc8Ggx6JerDk=";
};
propagatedBuildInputs = [