gnu: glm: Update to 0.9.9.4.

* gnu/packages/maths.scm (glm): Update to 0.9.9.4.
master
Marius Bakke 2019-03-21 18:39:10 +01:00
parent 941699b343
commit 915618f2ff
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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