diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-09-19 15:16:24 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-19 15:20:21 +0200 |
commit | 4d679255dad798da0bbac22412e4f3f4d09a771a (patch) | |
tree | b5171e6c9b86f24a36df3b59a31a35f2c06e2ed5 /gnu/packages | |
parent | f6ae59c2e04bc85a7e11c0574942335c6843bc65 (diff) | |
download | patches-4d679255dad798da0bbac22412e4f3f4d09a771a.tar patches-4d679255dad798da0bbac22412e4f3f4d09a771a.tar.gz |
gnu: glm: Update to 0.9.9.2.
* gnu/packages/maths.scm (glm): Update to 0.9.9.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index e51afb3bb9..704ae9781b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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))) |