mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
python3Packages.pinecone-client: fix build due to bad pname
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pinecone-client";
|
||||
pname = "pinecone";
|
||||
version = "8.1.2";
|
||||
pyproject = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user