python312Packages.google-ai-generativelanguage: 0.6.6 -> 0.6.7

This commit is contained in:
R. Ryantm
2024-07-10 08:51:26 +00:00
parent 655a58a72a
commit 4363dd882c
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-ai-generativelanguage";
version = "0.6.6";
version = "0.6.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-FznwNcru7KXCj4h0Be7IaQ8zctr3n+zyZFSpek8XM6g=";
hash = "sha256-6eLvojtiwxGPhkFu75zEgBkjDScVxVWsYfnh6oBQMTI=";
};
build-system = [ setuptools ];