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>
This commit is contained in:
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

View file

@ -443,7 +443,7 @@ (define (dynamic-link-substitute file lib input)
(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 @@ (define-public libepoxy
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1xp8g6b7xlbym2rj4vkbl6xpb7ijq7glpv656mc7k9b01x22ihs2"))))
"1d1brhwfmlzgnphmdwlvn5wbcrxsdyzf1qfcf8nb89xqzznxs037"))))
(arguments
`(#:phases
(alist-cons-after