python3Packages.pyairvisual: 5.0.5 -> 5.0.6

This commit is contained in:
Fabian Affolter 2021-02-08 10:32:50 +01:00
parent 8afeffa2b8
commit e49211465c

View file

@ -1,21 +1,21 @@
{ lib { lib
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, poetry
, aiohttp , aiohttp
, numpy
, pysmb
, aresponses , aresponses
, asynctest , asynctest
, buildPythonPackage
, fetchFromGitHub
, numpy
, poetry-core
, pysmb
, pytest-aiohttp , pytest-aiohttp
, pytest-asyncio , pytest-asyncio
, pytestCheckHook , pytestCheckHook
, pythonOlder
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyairvisual"; pname = "pyairvisual";
version = "5.0.5"; version = "5.0.6";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -24,10 +24,10 @@ buildPythonPackage rec {
owner = "bachya"; owner = "bachya";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0jjvng3py5g97gvx6rdbk5zxbn5rw8gq1ki4qi4vfsypchxbpz2q"; sha256 = "sha256-7u8AwIr1Ah/7zCfXFwj/C/CaD/B3uLRkZ8Gf6d18Xp0=";
}; };
nativeBuildInputs = [ poetry ]; nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [ propagatedBuildInputs = [
aiohttp aiohttp