3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: cglm: Update to 0.8.4.

* gnu/packages/maths.scm (cglm): Update to 0.8.4.
This commit is contained in:
Liliana Marie Prikler 2021-12-19 21:39:59 +01:00
parent fa5a4fb797
commit 42b43c59a5
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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