3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #150839 from r-ryantm/auto-update/python38Packages.aiostream

python38Packages.aiostream: 0.4.3 -> 0.4.4
This commit is contained in:
Ryan Mulligan 2021-12-15 07:53:45 -08:00 committed by GitHub
commit 3253c2c963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiostream"; pname = "aiostream";
version = "0.4.3"; version = "0.4.4";
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 = "1r3x9qwl08yscmzvhafc6gsmq84lr17s6p7a1qxr49cmdvjzsc13"; sha256 = "07if27z1h0mg236sj9lc8nl0bqy9sdrj83ls73mrc69h76bzg5xi";
}; };
checkInputs = [ pytestCheckHook pytest-cov pytest-asyncio ]; checkInputs = [ pytestCheckHook pytest-cov pytest-asyncio ];