python310Packages.vertica-python: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm
2023-02-11 22:50:10 +00:00
committed by Florian Brandes
parent b8218df45e
commit 11ce9ba6f4

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "vertica-python";
version = "1.2.0";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zfeXJJL5pWzv9y39MWHYZggBRBAPGJItUKKaxp8MlRM=";
hash = "sha256-UC8RkZCRodsK4DV0Pnn2jUohM7pNiqGWrbjWlDqn72I=";
};
propagatedBuildInputs = [