Commit 4c10283f authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.snowflake-connector-python: 3.12.0 -> 3.12.1

parent 625941e1
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 = [