python310Packages.pyiqvia: 2023.10.0 -> 2023.12.0

This commit is contained in:
R. Ryantm 2023-12-21 22:40:07 +00:00
parent 490828bce1
commit f2449d80e4

View file

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyiqvia"; pname = "pyiqvia";
version = "2023.10.0"; version = "2023.12.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "bachya"; owner = "bachya";
repo = "pyiqvia"; repo = "pyiqvia";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-8eTa2h+1QOL0T13+lg2OzvaQv6CYYKkviQb4J5KPsvM="; hash = "sha256-qq6UQUz60WkmWqdmExlSQT3wapaHJr8DeH1eVrTOnpQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [