Skip to content

Commit 30fd41b

Browse files
committed
python312Packages.snowflake-connector-python: 3.12.4 -> 3.13.2
1 parent 247b802 commit 30fd41b

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.4";
33+
version = "3.13.2";
3434
pyproject = true;
3535

3636
disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
3939
owner = "snowflakedb";
4040
repo = "snowflake-connector-python";
4141
tag = "v${version}";
42-
hash = "sha256-6poMWKQB/NR40W39KDJwBgYGeAHsr4f1GJhPxYiTc1k=";
42+
hash = "sha256-cBfiUaUaK7rWMD5vHC9DbedaopkGB443gOm/N9XbXYo=";
4343
};
4444

4545
build-system = [

0 commit comments

Comments
 (0)