Merge pull request #193670 from r-ryantm/auto-update/python310Packages.snowflake-connector-python

python310Packages.snowflake-connector-python: 2.7.12 -> 2.8.0
This commit is contained in:
Fabian Affolter 2022-09-30 11:34:49 +02:00 committed by GitHub
commit 6984984e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "snowflake-connector-python";
version = "2.7.12";
version = "2.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-M50YI6aB7fSVRLeAqxLKtsxJIC1oWLcb9Mvah9/C/zU=";
hash = "sha256-gvZ+Nuf+Ns1XIYpsBHdegzA9sjFxT9+Qm6kbsJR8JLY=";
};
propagatedBuildInputs = [