diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-06-11 23:39:00 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-06-11 23:45:16 +0200 |
commit | e688bfc033160e0f614bf99f3c74dcb34b427d20 (patch) | |
tree | e9a96a61b8a1524ae56bd29092f978eb53ac3856 | |
parent | 4bbd92076af9fedc99b9369151e067db653869d0 (diff) | |
download | guix-e688bfc033160e0f614bf99f3c74dcb34b427d20.tar guix-e688bfc033160e0f614bf99f3c74dcb34b427d20.tar.gz |
gnu: libepoxy: Update to 1.5.2.
* gnu/packages/gl.scm (libepoxy): Update to 1.5.2.
-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 32abff9452..f38ad83f95 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 |