Merge pull request #182422 from r-ryantm/auto-update/python3.10-snowflake-sqlalchemy

python310Packages.snowflake-sqlalchemy: 1.3.4 -> 1.4.0
This commit is contained in:
Mario Rodas 2022-07-22 07:57:36 -05:00 committed by GitHub
commit feb8af0aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "snowflake-sqlalchemy";
version = "1.3.4";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-nXTPnWChj/rIMmPoVZr1AhY7tHVRygmpNmh1oGR6W4A=";
sha256 = "sha256-9IooTfzXRmOE22huBSduM4kX8ltI6F50nvkUnXRkAFo=";
};
propagatedBuildInputs = [