lol

Merge pull request #138383 from r-ryantm/auto-update/python3.8-trimesh

python38Packages.trimesh: 3.9.29 -> 3.9.30

authored by

Gabriel Ebner and committed by
GitHub
92519b2f 96c1f4a0

+2 -2
+2 -2
pkgs/development/python-modules/trimesh/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "trimesh"; 9 - version = "3.9.29"; 9 + version = "3.9.30"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-YEddrun9rLcWk2u3Tfus8W014bU4BKWXWOOhCW/jSlY="; 13 + sha256 = "ad1585906cdb49bd780f51f01e4c9946cc77fc0cfb0eb4a9a98cfbd12d7f1a3d"; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ numpy ];