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

python3Packages.trimesh: 4.8.2 -> 4.8.3 (#447798)

parents 28b8fe20 f6496fe0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

buildPythonPackage rec {
  pname = "trimesh";
  version = "4.8.2";
  version = "4.8.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
    owner = "mikedh";
    repo = "trimesh";
    tag = version;
    hash = "sha256-9D3cuQ6parDq2pWSJmGlMzUyxUOs6Nn9T4l8Fpz50nw=";
    hash = "sha256-ywLbXOE3qO3+hrqy/+cVGZA4V202eHaMUnn3Wz1iNLI=";
  };

  build-system = [ setuptools ];