python: snowflake-connector-python: 2.2.7 -> 2.2.9

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:46 +02:00
parent 089adc04bb
commit d274a5e053

View file

@ -25,12 +25,12 @@
buildPythonPackage rec {
pname = "snowflake-connector-python";
version = "2.2.7";
version = "2.2.9";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "84974778dd8d1efd4ff87d8404d71241f90e02044b1b94a52eea567080f93ac4";
sha256 = "c880f86514008555afa62562def1e975f23c61ff4b3fc1991932ed692ac61a6d";
};
propagatedBuildInputs = [