gnu: libepoxy: Update to 1.5.5.
* gnu/packages/gl.scm (libepoxy): Update to 1.5.5.
This commit is contained in:
parent
2e0b1b62e9
commit
7d6f10b729
1 changed files with 2 additions and 2 deletions
|
@ -654,7 +654,7 @@ OpenGL graphics API.")
|
||||||
(define-public libepoxy
|
(define-public libepoxy
|
||||||
(package
|
(package
|
||||||
(name "libepoxy")
|
(name "libepoxy")
|
||||||
(version "1.5.4")
|
(version "1.5.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -662,7 +662,7 @@ OpenGL graphics API.")
|
||||||
version "/libepoxy-" version ".tar.xz"))
|
version "/libepoxy-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ll9fach4v30dsyd47s5ial4gaiwihzr2afb77vxxzzy3mlcrlhb"))))
|
"0mh5bdgqfd8m4wj6jlvn4ac94sgfa8r6ish75ciwrhdw47dn65i6"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue