Merge pull request #290793 from r-ryantm/auto-update/python311Packages.snowflake-connector-python

python311Packages.snowflake-connector-python: 3.7.0 -> 3.7.1
This commit is contained in:
Nick Cao 2024-02-23 10:15:40 -05:00 committed by GitHub
commit 0514fb945f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "snowflake-connector-python";
version = "3.7.0";
version = "3.7.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sr+uxkBZMHsIyq2tQCFNSI/vtKI/zXVTrHX16nWKkWk=";
hash = "sha256-3GmC9lOGDt7xYUowR6FrywfiJ3Xm4JCAi79PdinEGR0=";
};
# snowflake-connector-python requires arrow 10.0.1, which we don't have in