gnu: libepoxy: Update to 1.3.1.
Commit Message
VLC build graph in core-update fails at libepoxy (see
core-updates thread), this updates libepoxy and hopefully fixes
the problem with vlc.
From 3974440fdcd69b8e6f968492c2f031daeba61193 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Sat, 23 Jul 2016 00:33:28 +0000
Subject: [PATCH] gnu: libepoxy: Update to 1.3.1.
* gnu/packages/gl.scm (libepoxy): Update to 1.3.1.
---
gnu/packages/gl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
Hello,
On Sat, Jul 23, 2016 at 12:37:44AM +0000, ng0 wrote:
> VLC build graph in core-update fails at libepoxy (see
> core-updates thread), this updates libepoxy and hopefully fixes
> the problem with vlc.
I tried it out on master, where vlc still built, and then committed to
core-updates, since quite a number of packages depend on libepoxy.
Thanks!
Andreas
@@ -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