python3Packages.aiodiscover: 1.4.0 -> 1.4.2

This commit is contained in:
Fabian Affolter 2021-05-21 22:37:58 +02:00 committed by Jonathan Ringer
parent 9452353abf
commit 5d2076cb08

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "aiodiscover";
version = "1.4.0";
version = "1.4.2";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "bdraco";
repo = pname;
rev = "v${version}";
sha256 = "sha256-t0bs3n0eLUR22i1lZkepCffjiUFzvXBdP7Xq49KXeS4=";
sha256 = "sha256-xiIN/YLIOdPuqenyxybu0iUpYEy3MyBssXswza5InU0=";
};
propagatedBuildInputs = [