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

python3Packages.trimesh: 4.7.3 -> 4.7.4 (#434956)

parents c7c17379 8c94d574
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

buildPythonPackage rec {
  pname = "trimesh";
  version = "4.7.3";
  version = "4.7.4";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
    owner = "mikedh";
    repo = "trimesh";
    tag = version;
    hash = "sha256-LpUMPdQcNa7lU+nP0+7NPTHZJxS24PESHBpPy6h+Nko=";
    hash = "sha256-z3n0BDhUXO5GFPT1zE2GI2Fx+xFDJgOfe4w5Swy80Lk=";
  };

  build-system = [ setuptools ];