Skip to content

Commit

Permalink
python37Packages.snowflake-connector-python: 2.3.4 -> 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 11, 2020
1 parent 8d4e04c commit df76f01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@

buildPythonPackage rec {
pname = "snowflake-connector-python";
version = "2.3.4";
version = "2.3.5";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
sha256 = "5a072ee61ef156e5938e04447f0b99248b87ef262e498b5e5002f5b579cd7fb2";
sha256 = "b953a53141a88406e9c0e3144582a7c257e5c89fa81e97664d520999991812e7";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit df76f01

Please sign in to comment.