python3Packages.pyiqvia: 0.3.1 -> 0.3.2

This commit is contained in:
Fabian Affolter 2021-01-14 22:15:22 +01:00
parent 8fcb5db84c
commit 2dd1972d19
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
, aiohttp , aiohttp
, aresponses , aresponses
, fetchFromGitHub , fetchFromGitHub
, poetry , poetry-core
, pytest-aiohttp , pytest-aiohttp
, pytest-asyncio , pytest-asyncio
, pytestCheckHook , pytestCheckHook
@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyiqvia"; pname = "pyiqvia";
version = "0.3.1"; version = "0.3.2";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -21,10 +21,10 @@ buildPythonPackage rec {
owner = "bachya"; owner = "bachya";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1yjsbq4p040a35n8g2l0wgnv83wkjirv4rj73s2mjzn3cxf395bz"; sha256 = "089lah23939m523jmjkaw2li0fikp2nswxznfvzwnr6wjpp3m9as";
}; };
nativeBuildInputs = [ poetry ]; nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [ aiohttp ]; propagatedBuildInputs = [ aiohttp ];