mbakke pushed a commit to branch master
in repository guix.

commit 4d679255dad798da0bbac22412e4f3f4d09a771a
Author: Marius Bakke <[email protected]>
Date:   Wed Sep 19 15:16:24 2018 +0200

    gnu: glm: Update to 0.9.9.2.
    
    * gnu/packages/maths.scm (glm): Update to 0.9.9.2.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e51afb3..704ae97 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)))

Reply via email to