python312Packages.snowflake-connector-python: 3.12.3 -> 3.12.4 (#362479)

This commit is contained in:
Fabian Affolter 2024-12-07 01:28:46 +01:00 committed by GitHub
commit 6f8499541f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "snowflake-connector-python";
version = "3.12.3";
version = "3.12.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "snowflakedb";
repo = "snowflake-connector-python";
rev = "refs/tags/v${version}";
hash = "sha256-Rv4/zGoSBA3Pdu67d96sgZLgZae6yfpLsJzwsm2A690=";
hash = "sha256-6poMWKQB/NR40W39KDJwBgYGeAHsr4f1GJhPxYiTc1k=";
};
build-system = [