Skip to content

Commit

Permalink
python312Packages.snowflake-connector-python: 3.12.3 -> 3.12.4 (NixOS…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 7, 2024
2 parents d530a7b + b5c0139 commit 6f84995
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

buildPythonPackage rec {
pname = "snowflake-connector-python";
version = "3.12.3";
version = "3.12.4";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 = [
Expand Down

0 comments on commit 6f84995

Please sign in to comment.