python38Packages.aiostream: 0.4.1 -> 0.4.2

This commit is contained in:
R. RyanTM 2021-03-10 10:04:43 +00:00 committed by Jonathan Ringer
parent e1f9505309
commit 79c6e03135

View file

@ -9,14 +9,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiostream"; pname = "aiostream";
version = "0.4.1"; version = "0.4.2";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vxgmichel"; owner = "vxgmichel";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1wwnjrzkd61k3arxzk7yhg7cc1099bcwr5kz5n91ai6ma5ln139s"; sha256 = "0ss41hzvlnyll5xc5ddxqyqqw4gnd67yyhci25xnb1vpcz0jqsq8";
}; };
checkInputs = [ pytestCheckHook pytestcov pytest-asyncio ]; checkInputs = [ pytestCheckHook pytestcov pytest-asyncio ];