[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: mmg: Update to 5.7.2.
From: |
guix-commits |
Subject: |
05/09: gnu: mmg: Update to 5.7.2. |
Date: |
Tue, 17 Oct 2023 05:37:55 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit b7d4ed43df0077e9c43f25d2bfff9b6f7cb29c0e
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Oct 10 13:50:53 2023 +0000
gnu: mmg: Update to 5.7.2.
* gnu/packages/graphics.scm (mmg): Update to 5.7.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/graphics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 8b67073fb8..00e273b853 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2550,7 +2550,7 @@ generated discrete signed distance field using the cubic
spline kernel.
(define-public mmg
(package
(name "mmg")
- (version "5.7.1")
+ (version "5.7.2")
(source
(origin
(method git-fetch)
@@ -2559,7 +2559,7 @@ generated discrete signed distance field using the cubic
spline kernel.
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0skb7yzsw6y44zp9gb729i5xks7qd97nvn3z6jhz4jksqksx7lz0"))))
+ (base32 "007d0mvqhnxxj6dbcip9s615asrbpgrbkpm5xn6m8k3n9sljr153"))))
(build-system cmake-build-system)
(outputs '("out" "lib" "doc"))
(arguments
- branch master updated (0e467b7b0b -> d389f67773), guix-commits, 2023/10/17
- 01/09: gnu: crypto++: Update to 8.8.0., guix-commits, 2023/10/17
- 02/09: gnu: crypto++: Add tunable property., guix-commits, 2023/10/17
- 06/09: gnu: irssi: Update to 1.4.5., guix-commits, 2023/10/17
- 03/09: gnu: python-pyvista: Update to 0.42.3., guix-commits, 2023/10/17
- 09/09: gnu: guix-build-coordinator: Update to 0-90.3446355., guix-commits, 2023/10/17
- 08/09: gnu: mympd: Update to 12.1.0., guix-commits, 2023/10/17
- 05/09: gnu: mmg: Update to 5.7.2.,
guix-commits <=
- 07/09: gnu: nomad-optimizer: Update to 4.3.1., guix-commits, 2023/10/17
- 04/09: gnu: python-trimesh: Update to 3.23.5., guix-commits, 2023/10/17