mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-17 07:40:29 +02:00
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 <maxim@guixotic.coop>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user