python310Packages.trimesh: 3.22.0 -> 3.22.1

This commit is contained in:
R. Ryantm 2023-06-27 12:41:59 +00:00
parent e426af54ff
commit bb545d1dc6

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "trimesh";
version = "3.22.0";
version = "3.22.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-KuE8EVl4VbIFRlddd+Cqvj+aLWU/9ZMgmgyem9inY3Q=";
hash = "sha256-9AVG1CFOFnlIAsoKlJ0QzVSx9aYwsIGa/dr08OFsZLI=";
};
nativeBuildInputs = [ setuptools ];