Unverified Commit b32bd38c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #336245 from r-ryantm/auto-update/python312Packages.snowflake-connector-python

python312Packages.snowflake-connector-python: 3.12.0 -> 3.12.1
parents 1dd03555 4c10283f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

buildPythonPackage rec {
  pname = "snowflake-connector-python";
  version = "3.12.0";
  version = "3.12.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "snowflake_connector_python";
    inherit version;
    hash = "sha256-Mg4Lb4zYVW4ZyLhySckxcAI4spWDE6/HozEI1n2ofYI=";
    hash = "sha256-5Dt9S0SI7Nl7W/YlOcxQLX6E2CFcVH6utN2SjAtyErk=";
  };

  build-system = [