snowflake-cli: 3.5.0 -> 3.7.1

This commit is contained in:
Vladimir Timofeenko
2025-04-28 09:33:41 -07:00
parent 1bf484031f
commit d0418d5689
+3 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "snowflake-cli";
version = "3.5.0";
version = "3.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "snowflakedb";
repo = "snowflake-cli";
tag = "v${version}";
hash = "sha256-iEvgvz6EBPzfOLe60QQi1S3FIyFWYFVn8slWEpIusAI=";
hash = "sha256-UhxjyXG2FQFhzhGjnmWSZr1LiW2/RHFvIAbvJP0I7oc=";
};
build-system = with python3Packages; [
@@ -49,6 +49,7 @@ python3Packages.buildPythonApplication rec {
pytest-randomly
pytest-factoryboy
pytest-xdist
pytest-httpserver
];
pytestFlagsArray = [