From 42b43c59a5424fad13b03b4f0b6a716752ca47c7 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sun, 19 Dec 2021 21:39:59 +0100 Subject: [PATCH] gnu: cglm: Update to 0.8.4. * gnu/packages/maths.scm (cglm): Update to 0.8.4. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 3bac086666..59145c89d4 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4859,7 +4859,7 @@ Failure to do so will result in a library with poor performance.") (define-public cglm (package (name "cglm") - (version "0.8.2") + (version "0.8.4") (source (origin (method git-fetch) @@ -4868,7 +4868,7 @@ Failure to do so will result in a library with poor performance.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1lcfl9ph4bnl3hckpx4hzwh8r4llnw94ik75igc5qy38wk468gmk")))) + (base32 "0zgckh56vcdar3a4n51r84wrizyd2ssqal4nsvxd4qdjm0rvb4h0")))) (build-system cmake-build-system) (arguments `(#:configure-flags