Skip to content

Commit

Permalink
python312Packages.manifold3d: 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Dec 31, 2024
1 parent 070ae1c commit 0f57018
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/development/python-modules/manifold3d/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "manifold3d";
version = "3.0.0";
version = "3.0.1";
pyproject = true;

src = fetchFromGitHub {
owner = "elalish";
repo = "manifold";
rev = "refs/tags/v${version}";
hash = "sha256-02bZAPA4mnWzS9NYVcSW0JE7BidrwzNKBO2nl7BxiiE=";
hash = "sha256-wbeWxAeKyqjEPemc2e5n357gwq83pQlASOvMd0ZCE7g=";
};

dontUseCmakeConfigure = true;
Expand Down Expand Up @@ -64,6 +64,9 @@ buildPythonPackage rec {
homepage = "https://github.com/elalish/manifold";
changelog = "https://github.com/elalish/manifold/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ pbsds ];
maintainers = with lib.maintainers; [
pbsds
pca006132
];
};
}

0 comments on commit 0f57018

Please sign in to comment.