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>
This commit is contained in:
		
							parent
							
								
									9e41130b14
								
							
						
					
					
						commit
						766c1488cc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -357,14 +357,14 @@ glxgears, glxheads, and glxinfo.")
 | 
				
			||||||
(define-public glew
 | 
					(define-public glew
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "glew")
 | 
					    (name "glew")
 | 
				
			||||||
    (version "1.11.0")
 | 
					    (version "2.0.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
 | 
				
			||||||
                "1mhkllxz49l1x680dmzrv2i82qjrq017sykah3xc90f2d8qcxfv9"))
 | 
					                "0r37fg2s1f0jrvwh6c8cz5x6v4wqmhq42qm15cs9qs349q5c6wn5"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               '(substitute* "config/Makefile.linux"
 | 
					               '(substitute* "config/Makefile.linux"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue