mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: libxcb: Update to 1.14.
* gnu/packages/xorg.scm (libxcb): Update to 1.14. [source](uri): Change to .xz tarball.
This commit is contained in:
parent
814ad500ff
commit
eac7966f0d
1 changed files with 3 additions and 3 deletions
|
@ -5201,15 +5201,15 @@ (define-public libxxf86vm
|
||||||
(define-public libxcb
|
(define-public libxcb
|
||||||
(package
|
(package
|
||||||
(name "libxcb")
|
(name "libxcb")
|
||||||
(version "1.13")
|
(version "1.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://xcb.freedesktop.org/dist/"
|
(uri (string-append "https://xcb.freedesktop.org/dist/"
|
||||||
"libxcb-" version ".tar.bz2"))
|
"libxcb-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ahxhmdqp4bhb90zmc275rmf5wixqra4bnw9pqnzyl1w3598g30q"))))
|
"0d2chjgyn5lr9sfhacfvqgnj9l9faz11vn322a06jd6lk3dxcpm5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libpthread-stubs" ,libpthread-stubs)
|
`(("libpthread-stubs" ,libpthread-stubs)
|
||||||
|
|
Loading…
Reference in a new issue