Merge pull request #260372 from fabaff/icmplib-bump

python311Packages.icmplib: 3.0.3 -> 3.0.4
This commit is contained in:
OTABI Tomoya 2023-10-11 18:32:44 +09:00 committed by GitHub
commit c5e884571c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [