* [PATCH] gnu: libepoxy: Update to 1.3.1.
@ 2016-07-23 0:37 ng0
2016-07-23 10:57 ` Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2016-07-23 0:37 UTC (permalink / raw)
To: guix-devel
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(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index f36d15a..a4bffe4 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -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
--
2.9.1
--
♥Ⓐ ng0 – http://we.make.ritual.n0.is
For non-prism friendly talk find me on http://www.psyced.org
SecuShare – http://secushare.org
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-23 10:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-23 0:37 [PATCH] gnu: libepoxy: Update to 1.3.1 ng0
2016-07-23 10:57 ` Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.