guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libepoxy: Update to 1.5.5.


From: guix-commits
Subject: 01/02: gnu: libepoxy: Update to 1.5.5.
Date: Sun, 4 Apr 2021 08:11:52 -0400 (EDT)

iyzsong pushed a commit to branch core-updates
in repository guix.

commit 7d6f10b729131cd94e0487a577f52bb133a7d4a5
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Apr 4 19:18:21 2021 +0800

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



reply via email to

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