gnu: libepoxy: Update to 1.5.1.
* gnu/packages/gl.scm (libepoxy): Update to 1.5.1.
This commit is contained in:
parent
a66853810e
commit
5318b103ff
|
@ -556,7 +556,7 @@ OpenGL graphics API.")
|
||||||
(define-public libepoxy
|
(define-public libepoxy
|
||||||
(package
|
(package
|
||||||
(name "libepoxy")
|
(name "libepoxy")
|
||||||
(version "1.5.0")
|
(version "1.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -564,7 +564,7 @@ OpenGL graphics API.")
|
||||||
version "/libepoxy-" version ".tar.xz"))
|
version "/libepoxy-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1md58amxyp34yjnw4xa185hw5jm0hnb2xnhdc28zdsx6k19rk52c"))))
|
"08674swkihsl2zll3fg91c96zarx0wlvskbby08zl4nx3cjzj9ds"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue