Skip to content

Commit b021a00

Browse files
authored
python312Packages.snowflake-connector-python: 3.12.2 -> 3.12.3 (#351108)
2 parents 9a38c00 + ae9f0e7 commit b021a00

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/snowflake-connector-python

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/snowflake-connector-python/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
buildPythonPackage rec {
3232
pname = "snowflake-connector-python";
33-
version = "3.12.2";
33+
version = "3.12.3";
3434
pyproject = true;
3535

3636
disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
3939
owner = "snowflakedb";
4040
repo = "snowflake-connector-python";
4141
rev = "refs/tags/v${version}";
42-
hash = "sha256-A6QnKCROd1vJpFCTrLEoHVo43xojdjpgYS3qQm64gcY=";
42+
hash = "sha256-Rv4/zGoSBA3Pdu67d96sgZLgZae6yfpLsJzwsm2A690=";
4343
};
4444

4545
build-system = [

0 commit comments

Comments
 (0)