Commit f6496fe0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.trimesh: 4.8.2 -> 4.8.3

parent 382d9ca4
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 ];