python311Packages.icmplib: 3.0.3 -> 3.0.4

Diff: https://github.com/ValentinBELYN/icmplib/compare/v3.0.3...v3.0.4
This commit is contained in:
Fabian Affolter 2023-10-11 07:57:28 +02:00
parent 0ccfba07f2
commit 73301239b4

View File

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