mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: glew: Update to 2.2.0.
* gnu/packages/gl.scm (glew): Update to 2.2.0.
This commit is contained in:
parent
8e3c86a4f8
commit
44c0b5d467
1 changed files with 2 additions and 2 deletions
|
@ -617,14 +617,14 @@ (define-public mesa-utils
|
|||
(define-public glew
|
||||
(package
|
||||
(name "glew")
|
||||
(version "2.1.0")
|
||||
(version "2.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/glew/glew/" version
|
||||
"/glew-" version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"159wk5dc0ykjbxvag5i1m2mhp23zkk6ra04l26y3jc3nwvkr3ph4"))
|
||||
"1qak8f7g1iswgswrgkzc7idk7jmqgwrs58fhg2ai007v7j4q5z6l"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue