guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: glm: Update to 0.9.9.2.


From: Marius Bakke
Subject: 05/05: gnu: glm: Update to 0.9.9.2.
Date: Wed, 19 Sep 2018 09:20:53 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4d679255dad798da0bbac22412e4f3f4d09a771a
Author: Marius Bakke <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]