Merge pull request #295806 from fabaff/aiodiscover-bump

python311Packages.aiodiscover: 1.6.1 -> 2.0.0

authored by Fabian Affolter and committed by GitHub 59db748c b524ea71

+5 -3
+5 -3
pkgs/development/python-modules/aiodiscover/default.nix
··· 1 { lib 2 , async-timeout 3 , buildPythonPackage 4 , cached-ipaddress ··· 15 16 buildPythonPackage rec { 17 pname = "aiodiscover"; 18 - version = "1.6.1"; 19 pyproject = true; 20 21 disabled = pythonOlder "3.7"; ··· 24 owner = "bdraco"; 25 repo = "aiodiscover"; 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-M3tus0r58YVJyi/S7UWq+OvaKke3hqkHGuYkUxEpVxg="; 28 }; 29 30 nativeBuildInputs = [ ··· 33 34 propagatedBuildInputs = [ 35 async-timeout 36 cached-ipaddress 37 dnspython 38 netifaces 39 pyroute2 40 - ifaddr 41 ]; 42 43 nativeCheckInputs = [
··· 1 { lib 2 + , aiodns 3 , async-timeout 4 , buildPythonPackage 5 , cached-ipaddress ··· 16 17 buildPythonPackage rec { 18 pname = "aiodiscover"; 19 + version = "2.0.0"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.7"; ··· 25 owner = "bdraco"; 26 repo = "aiodiscover"; 27 rev = "refs/tags/v${version}"; 28 + hash = "sha256-7oeyuwirQ2mm0UQEOwTkAz126UnxkoMjg+DDu5DWY3E="; 29 }; 30 31 nativeBuildInputs = [ ··· 34 35 propagatedBuildInputs = [ 36 async-timeout 37 + aiodns 38 cached-ipaddress 39 dnspython 40 + ifaddr 41 netifaces 42 pyroute2 43 ]; 44 45 nativeCheckInputs = [