Unverified Commit 58758624 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.google-generativeai: 0.8.5 -> 0.8.6 (#477983)

parents 3eb160aa eb9f673d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "google-generativeai";
  version = "0.8.5";
  version = "0.8.6";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "google";
    repo = "generative-ai-python";
    tag = "v${version}";
    hash = "sha256-wc35JSc98xvepI7Gpe5jSJ+c8n7WLKa96axoWVcH7UM=";
    hash = "sha256-zUNgQqpGgMyCBhW+Z9EiSJIyuIQh2XhwlCdgrTymCVk=";
  };

  pythonRelaxDeps = [ "google-ai-generativelanguage" ];