diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-09 22:26:32 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 01:14:36 +0100 |
commit | 8d9d6adbab6cb21b44f86ab445ad60f8c115249b (patch) | |
tree | da099c3433af3bb57fd53a4f65ce2fe06651e367 | |
parent | bb14766e757928f922efd9fbbb758f0e36b67adf (diff) | |
download | patches-8d9d6adbab6cb21b44f86ab445ad60f8c115249b.tar patches-8d9d6adbab6cb21b44f86ab445ad60f8c115249b.tar.gz |
gnu: libepoxy: Update to 1.5.4.
* gnu/packages/gl.scm (libepoxy): Update to 1.5.4.
-rw-r--r-- | gnu/packages/gl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 63e12efe06..a1350be26a 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 |