guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: libepoxy: Update to 1.5.2.


From: Marius Bakke
Subject: 03/05: gnu: libepoxy: Update to 1.5.2.
Date: Mon, 11 Jun 2018 17:47:31 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit e688bfc033160e0f614bf99f3c74dcb34b427d20
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 11 23:39:00 2018 +0200

    gnu: libepoxy: Update to 1.5.2.
    
    * gnu/packages/gl.scm (libepoxy): Update to 1.5.2.
---
 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 32abff9..f38ad83 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -549,7 +549,7 @@ OpenGL graphics API.")
 (define-public libepoxy
   (package
     (name "libepoxy")
-    (version "1.5.1")
+    (version "1.5.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -557,7 +557,7 @@ OpenGL graphics API.")
                     version "/libepoxy-" version ".tar.xz"))
               (sha256
                (base32
-                "08674swkihsl2zll3fg91c96zarx0wlvskbby08zl4nx3cjzj9ds"))))
+                "1n57xj5i6giw4mp5s59w1m9bm33sd6gjg7r00dzzvcwya6326mm9"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

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