mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: libepoxy: Update to 1.5.2.
* gnu/packages/gl.scm (libepoxy): Update to 1.5.2.
This commit is contained in:
parent
4bbd92076a
commit
e688bfc033
1 changed files with 2 additions and 2 deletions
|
@ -549,7 +549,7 @@ (define (dynamic-link-substitute file lib input)
|
|||
(define-public libepoxy
|
||||
(package
|
||||
(name "libepoxy")
|
||||
(version "1.5.1")
|
||||
(version "1.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -557,7 +557,7 @@ (define-public libepoxy
|
|||
version "/libepoxy-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08674swkihsl2zll3fg91c96zarx0wlvskbby08zl4nx3cjzj9ds"))))
|
||||
"1n57xj5i6giw4mp5s59w1m9bm33sd6gjg7r00dzzvcwya6326mm9"))))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue