We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247b802 commit 30fd41bCopy full SHA for 30fd41b
pkgs/development/python-modules/snowflake-connector-python/default.nix
@@ -30,7 +30,7 @@
30
31
buildPythonPackage rec {
32
pname = "snowflake-connector-python";
33
- version = "3.12.4";
+ version = "3.13.2";
34
pyproject = true;
35
36
disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
39
owner = "snowflakedb";
40
repo = "snowflake-connector-python";
41
tag = "v${version}";
42
- hash = "sha256-6poMWKQB/NR40W39KDJwBgYGeAHsr4f1GJhPxYiTc1k=";
+ hash = "sha256-cBfiUaUaK7rWMD5vHC9DbedaopkGB443gOm/N9XbXYo=";
43
};
44
45
build-system = [
0 commit comments