Loading pkgs/development/python-modules/trimesh/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -27,14 +27,14 @@ buildPythonPackage rec { pname = "trimesh"; version = "4.11.3"; version = "4.11.5"; pyproject = true; src = fetchFromGitHub { owner = "mikedh"; repo = "trimesh"; tag = version; hash = "sha256-0GIeCNqNjV7BlhjHxEpdwgdiX+diq4keM2PvjSI1FdM="; hash = "sha256-LF7tjthYtsEZJLqBiQZBe4urLjSD3Vbi3g1ZJ++0Tyk="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/trimesh/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -27,14 +27,14 @@ buildPythonPackage rec { pname = "trimesh"; version = "4.11.3"; version = "4.11.5"; pyproject = true; src = fetchFromGitHub { owner = "mikedh"; repo = "trimesh"; tag = version; hash = "sha256-0GIeCNqNjV7BlhjHxEpdwgdiX+diq4keM2PvjSI1FdM="; hash = "sha256-LF7tjthYtsEZJLqBiQZBe4urLjSD3Vbi3g1ZJ++0Tyk="; }; build-system = [ setuptools ]; Loading