python310Packages.pinecone-client: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2023-07-19 02:00:20 +00:00 committed by Yt
parent fa9859507b
commit 8613c71311

View file

@ -13,11 +13,11 @@
}:
buildPythonPackage rec {
pname = "pinecone-client";
version = "2.2.1";
version = "2.2.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-CHjcruRHxGyNGz1xyFRonap+VI5QCaFxeAkHx9TnR4k=";
hash = "sha256-OR/kE3VO/U4O8AFUtEJx1jxM3Uvt8IjSMRGlcl2GMhA=";
};
propagatedBuildInputs = [