diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2016-09-08 21:03:47 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-09-10 14:42:22 -0400 |
commit | 766c1488cc697200d2c930e43fba07c7255881c6 (patch) | |
tree | 29642cd9a93555c0f4c32a19554a090a4e70b721 /gnu/packages/gl.scm | |
parent | 9e41130b14ad32c4e1fa756f95d806703056cb60 (diff) | |
download | guix-766c1488cc697200d2c930e43fba07c7255881c6.tar guix-766c1488cc697200d2c930e43fba07c7255881c6.tar.gz |
gnu: glew: Update to 2.0.0.
* gnu/packages/gl.scm (glew): Update to 2.0.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 1473b44605..1aa12017c6 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -357,14 +357,14 @@ glxgears, glxheads, and glxinfo.") (define-public glew (package (name "glew") - (version "1.11.0") + (version "2.0.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/glew/glew/" version "/glew-" version ".tgz")) (sha256 (base32 - "1mhkllxz49l1x680dmzrv2i82qjrq017sykah3xc90f2d8qcxfv9")) + "0r37fg2s1f0jrvwh6c8cz5x6v4wqmhq42qm15cs9qs349q5c6wn5")) (modules '((guix build utils))) (snippet '(substitute* "config/Makefile.linux" |