me
/
guix
Archived
1
0
Fork 0

gnu: glm: Update to 0.9.9.2.

* gnu/packages/maths.scm (glm): Update to 0.9.9.2.
master
Marius Bakke 2018-09-19 15:16:24 +02:00
parent f6ae59c2e0
commit 4d679255da
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3229,7 +3229,7 @@ Failure to do so will result in a library with poor performance.")
(define-public glm
(package
(name "glm")
(version "0.9.9.1")
(version "0.9.9.2")
(source
(origin
(method url-fetch)
@ -3237,7 +3237,7 @@ Failure to do so will result in a library with poor performance.")
version "/glm-" version ".zip"))
(sha256
(base32
"042a23hmxfs429czkmlg5ixf28aikzfbw18780prj2gcd4flgw8h"))))
"1m2gws1d7l6h4mdn0ap74pfnm3vva3kk8rybdqd5x4lksd1mk6r0"))))
(build-system cmake-build-system)
(native-inputs
`(("unzip" ,unzip)))