diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-02 20:03:05 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-04 14:31:43 +0200 |
commit | 81866208fa9b01c0a87748355074f464ea5c4d8e (patch) | |
tree | 00825ca9efb88417f170878537bc02c8428607d3 | |
parent | ce8964b601bdb70e4eadb2f04a8402d8d4ba83ad (diff) | |
download | gnu-guix-81866208fa9b01c0a87748355074f464ea5c4d8e.tar gnu-guix-81866208fa9b01c0a87748355074f464ea5c4d8e.tar.gz |
gnu: glm: Update to 0.9.9.5.
* gnu/packages/maths.scm (glm): Update to 0.9.9.5.
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 328d18357f..e874144dcf 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3364,7 +3364,7 @@ Failure to do so will result in a library with poor performance.") (define-public glm (package (name "glm") - (version "0.9.9.4") + (version "0.9.9.5") (source (origin (method url-fetch) @@ -3372,7 +3372,7 @@ Failure to do so will result in a library with poor performance.") version "/glm-" version ".zip")) (sha256 (base32 - "17vxbqzy4pxciq5i39bgpxz54f7ifqqmcqwwq7m6xfgikwqqqawp")))) + "1vmg7hb4xvsa77zpbwiw6lqc7pyaj56dihx6xriny5b9rrh4iqsg")))) (build-system cmake-build-system) (native-inputs `(("unzip" ,unzip))) |