python313Packages.manifold3d: 3.1.0 -> 3.1.1

Changelog: https://github.com/elalish/manifold/releases/tag/v3.1.1
This commit is contained in:
Peder Bergebakken Sundt
2025-06-02 00:16:58 +02:00
parent 78415f13c1
commit c9dc80f3c9
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "manifold3d";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "elalish";
repo = "manifold";
tag = "v${version}";
hash = "sha256-GymlaLs6LIG/252suYnFrgeT1jwrYeIXMo++LCjFHD4=";
hash = "sha256-dCCTjWRjXSyuEDxGI9ZS2UTmLdZVSmDOmHFnhox3N+4=";
};
dontUseCmakeConfigure = true;