guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/63: gnu: libepoxy: Update to 1.3.1.


From: Mark H. Weaver
Subject: 05/63: gnu: libepoxy: Update to 1.3.1.
Date: Thu, 4 Aug 2016 07:44:54 +0000 (UTC)

mhw pushed a commit to branch core-updates-2016-08-01
in repository guix.

commit f75f261f55335baa84dd82f6f465741368f7ab21
Author: ng0 <address@hidden>
Date:   Sat Jul 23 00:33:28 2016 +0000

    gnu: libepoxy: Update to 1.3.1.
    
    * gnu/packages/gl.scm (libepoxy): Update to 1.3.1.
    
    Signed-off-by: Andreas Enge <address@hidden>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]