guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: glm: Update to 0.9.9.3.


From: Marius Bakke
Subject: 06/13: gnu: glm: Update to 0.9.9.3.
Date: Mon, 5 Nov 2018 17:51:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 66044a36983f45832165dd22fc6e4a2c8c317a75
Author: Marius Bakke <address@hidden>
Date:   Mon Nov 5 18:33:44 2018 +0100

    gnu: glm: Update to 0.9.9.3.
    
    * gnu/packages/maths.scm (glm): Update to 0.9.9.3.
---
 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 6a3a595..d14e61f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3292,7 +3292,7 @@ Failure to do so will result in a library with poor 
performance.")
 (define-public glm
   (package
     (name "glm")
-    (version "0.9.9.2")
+    (version "0.9.9.3")
     (source
      (origin
        (method url-fetch)
@@ -3300,7 +3300,7 @@ Failure to do so will result in a library with poor 
performance.")
                            version  "/glm-" version ".zip"))
        (sha256
         (base32
-         "1m2gws1d7l6h4mdn0ap74pfnm3vva3kk8rybdqd5x4lksd1mk6r0"))))
+         "0yqk5r3qh60d4r2iab5q7wq0fryn8p3pz6s28y1i7amqj1aqavj9"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("unzip" ,unzip)))



reply via email to

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