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 b50e35f commit ae9f0e7Copy full SHA for ae9f0e7
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.2";
+ version = "3.12.3";
34
pyproject = true;
35
36
disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
39
owner = "snowflakedb";
40
repo = "snowflake-connector-python";
41
rev = "refs/tags/v${version}";
42
- hash = "sha256-A6QnKCROd1vJpFCTrLEoHVo43xojdjpgYS3qQm64gcY=";
+ hash = "sha256-Rv4/zGoSBA3Pdu67d96sgZLgZae6yfpLsJzwsm2A690=";
43
};
44
45
build-system = [
0 commit comments