gnu: libepoxy: Update to 1.3.1.

* gnu/packages/gl.scm (libepoxy): Update to 1.3.1.

Signed-off-by: Andreas Enge <andreas@enge.fr>
master
ng0 2016-07-23 00:33:28 +00:00 committed by Andreas Enge
parent d227260d2f
commit f75f261f55
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ OpenGL graphics API.")
(define-public libepoxy
(package
(name "libepoxy")
(version "1.2")
(version "1.3.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -453,7 +453,7 @@ OpenGL graphics API.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1xp8g6b7xlbym2rj4vkbl6xpb7ijq7glpv656mc7k9b01x22ihs2"))))
"1d1brhwfmlzgnphmdwlvn5wbcrxsdyzf1qfcf8nb89xqzznxs037"))))
(arguments
`(#:phases
(alist-cons-after