guix-commits
[Top][All Lists]
Advanced

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

05/24: gnu: libepoxy: Update to 1.5.4.


From: guix-commits
Subject: 05/24: gnu: libepoxy: Update to 1.5.4.
Date: Tue, 10 Dec 2019 19:16:01 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 8d9d6adbab6cb21b44f86ab445ad60f8c115249b
Author: Marius Bakke <address@hidden>
Date:   Mon Dec 9 22:26:32 2019 +0100

    gnu: libepoxy: Update to 1.5.4.
    
    * gnu/packages/gl.scm (libepoxy): Update to 1.5.4.
---
 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 63e12ef..a1350be 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -604,7 +604,7 @@ OpenGL graphics API.")
 (define-public libepoxy
   (package
     (name "libepoxy")
-    (version "1.5.3")
+    (version "1.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -612,7 +612,7 @@ OpenGL graphics API.")
                     version "/libepoxy-" version ".tar.xz"))
               (sha256
                (base32
-                "0ga3qjv50x37my6pw5xr14g5n6z78hy5s8s06kays8c3ab2mha80"))))
+                "1ll9fach4v30dsyd47s5ial4gaiwihzr2afb77vxxzzy3mlcrlhb"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

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