mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
Merge pull request #253920 from r-ryantm/auto-update/python310Packages.snowflake-connector-python
python310Packages.snowflake-connector-python: 3.1.1 -> 3.2.0
This commit is contained in:
commit
383fc9e44e
@ -27,14 +27,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "snowflake-connector-python";
|
pname = "snowflake-connector-python";
|
||||||
version = "3.1.1";
|
version = "3.2.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-JwBQOl+Z1uIuQS189P0iESlswOULKjitnG9I3bi+/2c=";
|
hash = "sha256-Z2oNyhbefBIJAKoaX85kQIM7CmD3ZoK3zPFmeWcoLKM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# snowflake-connector-python requires arrow 10.0.1, which we don't have in
|
# snowflake-connector-python requires arrow 10.0.1, which we don't have in
|
||||||
|
Loading…
Reference in New Issue
Block a user