gnu: libepoxy: Update to 1.4.1.
* gnu/packages/gl.scm (libepoxy): Update to 1.4.1. [home-page]: Use https.
This commit is contained in:
parent
38c4ca4141
commit
3d3d4014c2
@ -470,17 +470,15 @@ OpenGL graphics API.")
|
|||||||
(define-public libepoxy
|
(define-public libepoxy
|
||||||
(package
|
(package
|
||||||
(name "libepoxy")
|
(name "libepoxy")
|
||||||
(version "1.4.0")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/anholt/libepoxy/releases/download/v"
|
"https://github.com/anholt/libepoxy/releases/download/"
|
||||||
(version-major+minor version) "/libepoxy-"
|
version "/libepoxy-" version ".tar.xz"))
|
||||||
version
|
|
||||||
".tar.xz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hdbaapbxjjfdqsdvag460kfjvs800da5sngi2sc46wj9aqhda95"))))
|
"19hsyap2p0sflj75ycf4af9bsp453bamymbcgnmrphigabsspil8"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
@ -501,7 +499,7 @@ OpenGL graphics API.")
|
|||||||
("python" ,python)))
|
("python" ,python)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("mesa" ,mesa)))
|
`(("mesa" ,mesa)))
|
||||||
(home-page "http://github.com/anholt/libepoxy/")
|
(home-page "https://github.com/anholt/libepoxy/")
|
||||||
(synopsis "A library for handling OpenGL function pointer management")
|
(synopsis "A library for handling OpenGL function pointer management")
|
||||||
(description
|
(description
|
||||||
"A library for handling OpenGL function pointer management.")
|
"A library for handling OpenGL function pointer management.")
|
||||||
|
Loading…
Reference in New Issue
Block a user