diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-25 10:28:36 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-25 11:11:33 +0200 |
commit | bbc94a08f3d752b1d6221f610260912760264efb (patch) | |
tree | d7473e3b959030483042918117ea0e1bac3a022f /gnu | |
parent | 6bd8ba619db8bf206038463b2dbe6226d2a9b57b (diff) | |
download | patches-bbc94a08f3d752b1d6221f610260912760264efb.tar patches-bbc94a08f3d752b1d6221f610260912760264efb.tar.gz |
gnu: glew: Update to 2.1.0.
* gnu/packages/gl.scm (glew): Update to 2.1.0.
Diffstat (limited to 'gnu')
-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 719c185482..2c64b0bc9c 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -452,14 +452,14 @@ glxgears, glxheads, and glxinfo.") (define-public glew (package (name "glew") - (version "2.0.0") + (version "2.1.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/glew/glew/" version "/glew-" version ".tgz")) (sha256 (base32 - "0r37fg2s1f0jrvwh6c8cz5x6v4wqmhq42qm15cs9qs349q5c6wn5")) + "159wk5dc0ykjbxvag5i1m2mhp23zkk6ra04l26y3jc3nwvkr3ph4")) (modules '((guix build utils))) (snippet '(begin |