Unverified Commit cc329287 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.marqo: set pname (#486073)

parents 0ddfbfd6 0c04a335
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;