guix_mirror_bot pushed a commit to branch master
in repository guix.

commit da769b3b02caa5beca68ee92a5875d852b2e130b
Author: nomike <nom...@nomike.com>
AuthorDate: Sat Sep 6 04:15:40 2025 +0200

    gnu: manifold: Update to 3.2.1.
    
     * gnu/packages/engineering.scm (manifold): Update to 3.2.1.
    
    Change-Id: I0ce27215693c767acd6d70a5d61fdf8a48549259
    Signed-off-by: Maxim Cournoyer <ma...@guixotic.coop>
---
 gnu/packages/engineering.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 94a5f0406e..9cb2122168 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2812,7 +2812,7 @@ specification can be downloaded at 
@url{http://3mf.io/specification/}.";)
 (define-public manifold
   (package
     (name "manifold")
-    (version "3.1.1")
+    (version "3.2.1")
     (source
      (origin
        (method git-fetch)
@@ -2821,7 +2821,7 @@ specification can be downloaded at 
@url{http://3mf.io/specification/}.";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vipfy68crvik3760jjmsqnyci6rabb26iiw22p2qpb3cj6r683l"))))
+        (base32 "0fy78axwhlk3gpxhmac4gbyvsadky1kzqbh4cv5snahzmi4bixvp"))))
     (build-system cmake-build-system)
     (inputs (list tbb clipper2 assimp python-nanobind googletest))
     (arguments

Reply via email to