gnu: glm: Update to 0.9.9.3.

* gnu/packages/maths.scm (glm): Update to 0.9.9.3.
master
Marius Bakke 2018-11-05 18:33:44 +01:00
parent 64b60f38e7
commit 66044a3698
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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