Skip to content

Commit 7482222

Browse files
snowflake-cli: 3.7.1 -> 3.7.2 (#407472)
Co-authored-by: VTimofeenko <[email protected]>
2 parents 41099de + 3025b60 commit 7482222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sn/snowflake-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
python3Packages.buildPythonApplication rec {
1010
pname = "snowflake-cli";
11-
version = "3.7.1";
11+
version = "3.7.2";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "snowflakedb";
1616
repo = "snowflake-cli";
1717
tag = "v${version}";
18-
hash = "sha256-UhxjyXG2FQFhzhGjnmWSZr1LiW2/RHFvIAbvJP0I7oc=";
18+
hash = "sha256-MCJl6Mkkkp9JkG+8ZNfWAYQFMJccdtKfPdcnfaY8Y3w=";
1919
};
2020

2121
build-system = with python3Packages; [

0 commit comments

Comments
 (0)