Merge pull request #144018 from fabaff/bump-icmplib

python3Packages.icmplib: 3.0.1 -> 3.0.2
This commit is contained in:
Fabian Affolter 2021-11-01 10:50:11 +01:00 committed by GitHub
commit 0cb7aa9a45
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.1";
version = "3.0.2";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ValentinBELYN";
repo = pname;
rev = "v${version}";
sha256 = "sha256-avCy/s54JOeHf6py4sPDV+QC2oq2AU6A6J2YOnrQsm0=";
sha256 = "sha256-4aq89Nw55OL7JQx3Ra6Ppp5yKLdS6Lc0YA8UJxVhz84=";
};
propagatedBuildInputs = [