Commit 0c04a335 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.marqo: set pname

parent c984bed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:

buildPythonPackage rec {
  name = "marqo";
  pname = "marqo";
  version = "3.12.0";
  pyproject = true;