1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 19:50:30 +02:00

gnu: cglm: Update to 0.9.6.

* gnu/packages/maths.scm (cglm): Update to 0.9.6.

Change-Id: I96eee7d6588c0785f3872ba1868ec9ac5a47340e
This commit is contained in:
Andreas Enge
2025-06-17 22:01:57 +02:00
parent 2e005e2784
commit ac18cd3b68

View File

@@ -7173,7 +7173,7 @@ This package contains all of the above-mentioned parts.
(define-public cglm
(package
(name "cglm")
(version "0.8.4")
(version "0.9.6")
(source
(origin
(method git-fetch)
@@ -7182,7 +7182,7 @@ This package contains all of the above-mentioned parts.
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0zgckh56vcdar3a4n51r84wrizyd2ssqal4nsvxd4qdjm0rvb4h0"))))
(base32 "1b04zdypa8clhpzg95h8m8xjylk8y5pw9kfn4jv19qlz5bsz183i"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dbuild_tests=true")))