[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: glm: Update to 0.9.9.0.
From: |
Marius Bakke |
Subject: |
01/03: gnu: glm: Update to 0.9.9.0. |
Date: |
Sat, 28 Jul 2018 12:13:15 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 5ea4b5943d4ce427900bb2e2e49ce27d2b293404
Author: Marius Bakke <address@hidden>
Date: Sat Jul 28 17:55:04 2018 +0200
gnu: glm: Update to 0.9.9.0.
* gnu/packages/maths.scm (glm): Update to 0.9.9.0.
[source](uri): Change to new download location.
---
gnu/packages/maths.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index fd3626a..6749afd 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3256,15 +3256,15 @@ Failure to do so will result in a library with poor
performance.")
(define-public glm
(package
(name "glm")
- (version "0.9.6.3")
+ (version "0.9.9.0")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/ogl-math/glm-" version
- "/glm-" version ".zip"))
+ (uri (string-append "https://github.com/g-truc/glm/releases/download/"
+ version "/glm-" version ".zip"))
(sha256
(base32
- "1cnjmi033a16a95v6xfkr1bvfmkd26hzdjka8j1819hgn5b1nr8l"))))
+ "0ihjadp2sb8w312a276skfjsljm3y41bjscbxf79wn23gi00giz1"))))
(build-system cmake-build-system)
(native-inputs
`(("unzip" ,unzip)))