python3Packages.aiodiscover: 1.4.2 -> 1.4.4

This commit is contained in:
Fabian Affolter 2021-09-30 08:31:34 +02:00 committed by Martin Weinelt
parent e733d8ea0a
commit 0773deee07

View File

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