Merge pull request #168333 from r-ryantm/auto-update/python3.10-vertica-python

python310Packages.vertica-python: 1.0.4 -> 1.0.5
This commit is contained in:
Fabian Affolter 2022-04-16 09:38:41 +02:00 committed by GitHub
commit 7d99e59b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "vertica-python";
version = "1.0.4";
version = "1.0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-IpdrR9mDG+8cNnXgSXkmXahSEP4EGnEBJqZk5SNu9pA=";
hash = "sha256-m9r6P8GTehx33QO/aCuKArrpJ/ycVHWPkQ9sPc3tmeo=";
};
propagatedBuildInputs = [