python3Packages.pyiqvia: 0.3.2 -> 0.3.3

This commit is contained in:
Fabian Affolter 2021-03-04 22:27:34 +01:00
parent 961af5a4f2
commit f7d6cab6db

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyiqvia";
version = "0.3.2";
version = "0.3.3";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "089lah23939m523jmjkaw2li0fikp2nswxznfvzwnr6wjpp3m9as";
sha256 = "sha256-XYWoHKa/yq7MtGVM6eVgLtR2E3VmqsjX3TNcQcd7dEQ=";
};
nativeBuildInputs = [ poetry-core ];