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

Merge pull request #244309 from r-ryantm/auto-update/python310Packages.trimesh

python310Packages.trimesh: 3.22.3 -> 3.22.4
parents 00759717 16741d85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "trimesh";
  version = "3.22.3";
  version = "3.22.4";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-PrXqBYOEFCXIZsihhImh1swbGFRCoyTGl82dkfBE7aU=";
    hash = "sha256-DFOtanrrc3Jufuu5ybbbc0xJX29CVp2tFOP93QFoJeM=";
  };

  nativeBuildInputs = [ setuptools ];