python311Packages.weaviate-client: 3.26.1 -> 3.26.2

This commit is contained in:
R. Ryantm 2024-01-27 18:37:15 +00:00
parent 58c189c2a4
commit dfc594a907

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "3.26.1";
version = "3.26.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7lWiY4cPnKwZ+9/QHg20RbPtGBEzHHWgJAdErUS4rZU=";
hash = "sha256-Y+xwg5tkkJgQpkqns+W4UIhGLpPH4u08MuvvtwLzZyM=";
};
postPatch = ''