summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-05-05 00:03:27 +0200
committerGitHub <noreply@github.com>2022-05-05 00:03:27 +0200
commit691b73c588f54f07542391e5965cc583601a6d0e (patch)
tree0139282f489e2422bd614db3b346277b18185edc
parentb7e7a04689baa850970360b4e8c240caec473dfc (diff)
parent26a47abfcc94d400a3e55d880d048c76c6dbb251 (diff)
Merge pull request #170740 from r-ryantm/auto-update/python3.10-snowflake-connector-python
-rw-r--r--pkgs/development/python-modules/snowflake-connector-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/snowflake-connector-python/default.nix b/pkgs/development/python-modules/snowflake-connector-python/default.nix
index e4b5d9ee67752..743a7e77afda0 100644
--- a/pkgs/development/python-modules/snowflake-connector-python/default.nix
+++ b/pkgs/development/python-modules/snowflake-connector-python/default.nix
@@ -24,12 +24,12 @@
 
 buildPythonPackage rec {
   pname = "snowflake-connector-python";
-  version = "2.7.6";
+  version = "2.7.7";
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-MxYo4MoCdkSSuDteR3A72FcRWuKTRrct4y1/t8nsVIs=";
+    sha256 = "sha256-OZL/ClHY8yatR0AJVyomBq7AjBwQwm5f9UnmdlL8IFw=";
   };
 
   postPatch = ''