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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue