Skip to content

Commit fd4c968

Browse files
authored
Merge pull request #289472 from r-ryantm/auto-update/python312Packages.trimesh
python312Packages.trimesh: 4.1.3 -> 4.1.4
2 parents a1ff35c + db8ddf0 commit fd4c968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/trimesh/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "trimesh";
13-
version = "4.1.3";
13+
version = "4.1.4";
1414
format = "pyproject";
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-SIHIA6HKo3Ka6rmZrBZfSmN/sNfEjSImYUtbtQs3ozQ=";
20+
hash = "sha256-JeURuw0YImIKRwi35tYWDa5CQqYfPZm+NJiap8Qo6mE=";
2121
};
2222

2323
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)