diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2025-03-23 10:03:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-23 10:03:29 +0100 |
| commit | d9fe38d5d7d3b3d55da70924cee919a4db516b8c (patch) | |
| tree | ce01e71d5fa31f1024e4efba61a058ecfc42e659 | |
| parent | python312Packages.google-cloud-securitycenter: 1.38.0 -> 1.38.1 (#392233) (diff) | |
| parent | python312Packages.trimesh: 4.6.4 -> 4.6.5 (diff) | |
| download | nixpkgs-d9fe38d5d7d3b3d55da70924cee919a4db516b8c.tar.gz | |
python312Packages.trimesh: 4.6.4 -> 4.6.5 (#392210)
| -rw-r--r-- | pkgs/development/python-modules/trimesh/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/trimesh/default.nix b/pkgs/development/python-modules/trimesh/default.nix index 097e3d985916..2593645aaf4e 100644 --- a/pkgs/development/python-modules/trimesh/default.nix +++ b/pkgs/development/python-modules/trimesh/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "trimesh"; - version = "4.6.4"; + version = "4.6.5"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "mikedh"; repo = "trimesh"; tag = version; - hash = "sha256-kkIGAeWFrgOIbvBnZFRQue7Fh7REKF/CHgJLBEZliLM="; + hash = "sha256-zPtfJMBblXaapYE8jBf8755T+0LP3W9M7e5JnM2adHU="; }; build-system = [ setuptools ]; |
