snowflake-cli: 3.7.1 -> 3.7.2 (#407472)

Co-authored-by: VTimofeenko <VTimofeenko@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-16 16:30:12 +00:00 committed by GitHub
commit 74822229d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "snowflake-cli";
version = "3.7.1";
version = "3.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "snowflakedb";
repo = "snowflake-cli";
tag = "v${version}";
hash = "sha256-UhxjyXG2FQFhzhGjnmWSZr1LiW2/RHFvIAbvJP0I7oc=";
hash = "sha256-MCJl6Mkkkp9JkG+8ZNfWAYQFMJccdtKfPdcnfaY8Y3w=";
};
build-system = with python3Packages; [