guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: glm: Update to 0.9.9.1.


From: Marius Bakke
Subject: 06/10: gnu: glm: Update to 0.9.9.1.
Date: Sun, 9 Sep 2018 11:04:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e9c1492f66b0ca5c86d6f23655b713978a4d7644
Author: Marius Bakke <address@hidden>
Date:   Fri Sep 7 13:58:31 2018 +0200

    gnu: glm: Update to 0.9.9.1.
    
    * gnu/packages/maths.scm (glm): Update to 0.9.9.1.
---
 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 d2b9df0..ebbe2b0 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3253,7 +3253,7 @@ Failure to do so will result in a library with poor 
performance.")
 (define-public glm
   (package
     (name "glm")
-    (version "0.9.9.0")
+    (version "0.9.9.1")
     (source
      (origin
        (method url-fetch)
@@ -3261,7 +3261,7 @@ Failure to do so will result in a library with poor 
performance.")
                            version  "/glm-" version ".zip"))
        (sha256
         (base32
-         "0ihjadp2sb8w312a276skfjsljm3y41bjscbxf79wn23gi00giz1"))))
+         "042a23hmxfs429czkmlg5ixf28aikzfbw18780prj2gcd4flgw8h"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("unzip" ,unzip)))



reply via email to

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