Commit 31c4fbd5 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.trimesh: 4.6.11 -> 4.6.12

parent f97cfd96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

buildPythonPackage rec {
  pname = "trimesh";
  version = "4.6.11";
  version = "4.6.12";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
    owner = "mikedh";
    repo = "trimesh";
    tag = version;
    hash = "sha256-wltoJsfHl5qtceG96oT5yqLiJl0zeX9IOw+eeKXfJb0=";
    hash = "sha256-GjwAtbijzIp2Lec+oCYah3+e2bgscHpZrXJXjqC5x9Y=";
  };

  build-system = [ setuptools ];