python311Packages.snowflake-connector-python: 3.7.0 -> 3.7.1

This commit is contained in:
R. Ryantm
2024-02-23 07:33:55 +00:00
parent 46a66fd4a8
commit 2a6086ebd8
@@ -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