forked from mirrors/nixpkgs
python3Packages.snowflake-connector-python: 2.1.2 -> 2.2.0
This commit is contained in:
parent
b4b0bc9d38
commit
3b7f5c6762
|
@ -1,4 +1,5 @@
|
||||||
{ buildPythonPackage
|
{ buildPythonPackage
|
||||||
|
, isPy27
|
||||||
, asn1crypto
|
, asn1crypto
|
||||||
, azure-storage-blob
|
, azure-storage-blob
|
||||||
, boto3
|
, boto3
|
||||||
|
@ -24,11 +25,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "snowflake-connector-python";
|
pname = "snowflake-connector-python";
|
||||||
version = "2.1.2";
|
version = "2.2.0";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "06061d59lapqrlg3gzdk4bi3v9c3q5zxfs0if5v2chg1f2l80ncr";
|
sha256 = "1d3qxjqc79fi2l4sns5svbc6kfaihivsrpycflmh50h7x0k9sv7f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue