mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
82e0ba892b
commit
da769b3b02
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue