python310Packages.pinecone-client: 2.2.2 -> 2.2.4

This commit is contained in:
R. Ryantm 2023-09-25 05:43:47 +00:00 committed by Yt
parent 99ff0167ad
commit de810c814c

View File

@ -13,11 +13,11 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "pinecone-client"; pname = "pinecone-client";
version = "2.2.2"; version = "2.2.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-OR/kE3VO/U4O8AFUtEJx1jxM3Uvt8IjSMRGlcl2GMhA="; hash = "sha256-LBzB1mSLK+ZulE2y/6WRZqN7kWTRE1rVJdnNix4pgWg=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [