Commit 60fb0854 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.trimesh: 4.11.3 -> 4.11.5

parent 14ea55c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonPackage rec {
  pname = "trimesh";
  version = "4.11.3";
  version = "4.11.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mikedh";
    repo = "trimesh";
    tag = version;
    hash = "sha256-0GIeCNqNjV7BlhjHxEpdwgdiX+diq4keM2PvjSI1FdM=";
    hash = "sha256-LF7tjthYtsEZJLqBiQZBe4urLjSD3Vbi3g1ZJ++0Tyk=";
  };

  build-system = [ setuptools ];