python310Packages.trimesh: 3.22.1 -> 3.22.2

This commit is contained in:
R. Ryantm 2023-06-29 17:34:51 +00:00
parent a72ba97e10
commit 648e76181a

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "trimesh";
version = "3.22.1";
version = "3.22.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-9AVG1CFOFnlIAsoKlJ0QzVSx9aYwsIGa/dr08OFsZLI=";
hash = "sha256-YT9Ponvz19SqHAJUO9/KSaBPQrW2W++MRNgF/8L0OPc=";
};
nativeBuildInputs = [ setuptools ];