[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: libepoxy: Update to 1.5.1.
From: |
Marius Bakke |
Subject: |
01/03: gnu: libepoxy: Update to 1.5.1. |
Date: |
Mon, 30 Apr 2018 13:49:12 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 5318b103ff277efbac248a066d162589a9083baa
Author: Marius Bakke <address@hidden>
Date: Mon Apr 30 19:33:03 2018 +0200
gnu: libepoxy: Update to 1.5.1.
* gnu/packages/gl.scm (libepoxy): Update to 1.5.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 db02d79..1b03994 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -556,7 +556,7 @@ OpenGL graphics API.")
(define-public libepoxy
(package
(name "libepoxy")
- (version "1.5.0")
+ (version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -564,7 +564,7 @@ OpenGL graphics API.")
version "/libepoxy-" version ".tar.xz"))
(sha256
(base32
- "1md58amxyp34yjnw4xa185hw5jm0hnb2xnhdc28zdsx6k19rk52c"))))
+ "08674swkihsl2zll3fg91c96zarx0wlvskbby08zl4nx3cjzj9ds"))))
(arguments
`(#:phases
(modify-phases %standard-phases