1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 00:49:52 +00:00

Merge pull request #112464 from r-ryantm/auto-update/python3.7-icmplib

python37Packages.icmplib: 2.0.1 -> 2.0.2
This commit is contained in:
Ryan Mulligan 2021-02-09 06:32:07 -08:00 committed by GitHub
commit 50cc75f8de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "icmplib"; pname = "icmplib";
version = "2.0.1"; version = "2.0.2";
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 = "0vps4iz87f8l0z3va92srsx5v19nnd65c22hvbgvhag3vhqsxg7h"; sha256 = "0djsbksgml2h18w6509w59s88730w1xaxdxzws12alq4m5v4hirr";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [