Unverified Commit 1717ea46 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #262005 from r-ryantm/auto-update/python311Packages.snowflake-connector-python

python311Packages.snowflake-connector-python: 3.2.0 -> 3.3.1
parents c278e652 1a417539
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonPackage rec {
  pname = "snowflake-connector-python";
  version = "3.2.0";
  version = "3.3.1";
  format = "pyproject";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Z2oNyhbefBIJAKoaX85kQIM7CmD3ZoK3zPFmeWcoLKM=";
    hash = "sha256-u2ZyK9ZKvNdqarBqZCPWdLy3Kfm6ORBWl375Lzg6rbg=";
  };

  # snowflake-connector-python requires arrow 10.0.1, which we don't have in