gnu: libepoxy: Update to 1.5.5.

* gnu/packages/gl.scm (libepoxy): Update to 1.5.5.
This commit is contained in:
宋文武 2021-04-04 19:18:21 +08:00
parent 2e0b1b62e9
commit 7d6f10b729
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -654,7 +654,7 @@ (define-public guile3.0-opengl
(define-public libepoxy
(package
(name "libepoxy")
(version "1.5.4")
(version "1.5.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -662,7 +662,7 @@ (define-public libepoxy
version "/libepoxy-" version ".tar.xz"))
(sha256
(base32
"1ll9fach4v30dsyd47s5ial4gaiwihzr2afb77vxxzzy3mlcrlhb"))))
"0mh5bdgqfd8m4wj6jlvn4ac94sgfa8r6ish75ciwrhdw47dn65i6"))))
(arguments
`(#:phases
(modify-phases %standard-phases