Unverified Commit 147f2c20 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.trimesh: 4.5.1 -> 4.5.2 (#353892)

parents 00e32f15 1abe027c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "trimesh";
  version = "4.5.1";
  version = "4.5.2";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-LoUXn9vuHocqoA1CpbKGBaBTApaIV6gyGk36Q5ByWxw=";
    hash = "sha256-FlsS8omMPo3smaLtBexcg+r6L8gVC6jDD4s6YvaTQz8=";
  };

  build-system = [ setuptools ];