me
/
guix
Archived
1
0
Fork 0

gnu: glew: Update to 2.2.0.

* gnu/packages/gl.scm (glew): Update to 2.2.0.
master
Marius Bakke 2022-11-20 14:26:24 +01:00 committed by Maxim Cournoyer
parent 28f7a5e9d7
commit 399dd75f3a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -615,14 +615,14 @@ glxdemo, glxgears, glxheads, and glxinfo.")
(define-public glew (define-public glew
(package (package
(name "glew") (name "glew")
(version "2.1.0") (version "2.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/glew/glew/" version (uri (string-append "mirror://sourceforge/glew/glew/" version
"/glew-" version ".tgz")) "/glew-" version ".tgz"))
(sha256 (sha256
(base32 (base32
"159wk5dc0ykjbxvag5i1m2mhp23zkk6ra04l26y3jc3nwvkr3ph4")) "1qak8f7g1iswgswrgkzc7idk7jmqgwrs58fhg2ai007v7j4q5z6l"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin