Archived
1
0
Fork 0

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 @@ 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