snowflake-cli: 3.5.0 -> 3.7.1 (#402389)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-11 01:56:32 +02:00
committed by GitHub
+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 = [