snowflake-cli: 3.9.1 -> 3.11.0 (#431848)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-11 11:35:47 +00:00
committed by GitHub

View File

@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "snowflake-cli";
version = "3.9.1";
version = "3.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "snowflakedb";
repo = "snowflake-cli";
tag = "v${version}";
hash = "sha256-2g3EiJ4mgqbyfF9brCvIWJGblWUtaBAO8qor2AeN8mU=";
hash = "sha256-dJc5q3vE1G6oJq9V4JSPaSyODxKDyhprIwBo39Nu/bA=";
};
build-system = with python3Packages; [
@@ -27,6 +27,7 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [ installShellFiles ];
dependencies = with python3Packages; [
id
jinja2
pluggy
pyyaml
@@ -78,6 +79,7 @@ python3Packages.buildPythonApplication rec {
disabledTestPaths = [
"tests/app/test_version_check.py"
"tests/nativeapp/test_sf_sql_facade.py"
];
pythonRelaxDeps = true;