3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.vertica-python: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2022-07-09 06:50:53 +00:00
parent 95e157f670
commit 1476f3689b

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "vertica-python";
version = "1.1.0";
version = "1.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-XccIN5lmrRTNAmK52XeMBZzuNOxSvXFK7COLh5lacDY=";
hash = "sha256-3t9W12tnZztNV6E/f5br3FeznqZQuT6/DAXrbR0sDAU=";
};
propagatedBuildInputs = [