python310Packages.snowflake-sqlalchemy: 1.4.5 -> 1.4.6

This commit is contained in:
R. Ryantm 2023-02-10 16:49:51 +00:00
parent e8ccc50d4c
commit eab4818cab

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "snowflake-sqlalchemy";
version = "1.4.5";
version = "1.4.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-clUDElZ17xxbrJ+O0oplzVAxL1afWDwdk/g5ZofEhOs=";
hash = "sha256-xkx8QlabOCodqj4tRYxpln0z+HHVwYdqlXkaitzmKx8=";
};
propagatedBuildInputs = [