summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-04-18 23:39:05 +0200
committerGitHub <noreply@github.com>2024-04-18 23:39:05 +0200
commit4caf4f09f0098cf1fdcc9f8d7cf182310c1131e0 (patch)
tree197bab1ba0a44f991e1d789341129887e01a479e
parentfcc328c4fa84ca345d4c7e7d378a0d0f74918184 (diff)
parent2e1e5b9b6b6e5b0336fff6c5312e7afcfcee1f8e (diff)
Merge pull request #305090 from pbsds/bump-trimesh-1713458104
python311Packages.trimesh: 4.3.0 -> 4.3.1
-rw-r--r--pkgs/development/python-modules/trimesh/default.nix4
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 3ac3baf1525a..abcc25faafdb 100644
--- a/pkgs/development/python-modules/trimesh/default.nix
+++ b/pkgs/development/python-modules/trimesh/default.nix
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "trimesh";
- version = "4.3.0";
+ version = "4.3.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- hash = "sha256-kUXi26NhFGS3liGaGHfm0HTRWXlnaIa80lxgLQ/0FyM=";
+ hash = "sha256-SFD+nZVNb90+UVdWmZwnGEGF21zKhE7mfFPn2HluizE=";
};
nativeBuildInputs = [ setuptools ];