mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -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
|
||||
(package
|
||||
(name "libxcb")
|
||||
(version "1.13")
|
||||
(version "1.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://xcb.freedesktop.org/dist/"
|
||||
"libxcb-" version ".tar.bz2"))
|
||||
"libxcb-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ahxhmdqp4bhb90zmc275rmf5wixqra4bnw9pqnzyl1w3598g30q"))))
|
||||
"0d2chjgyn5lr9sfhacfvqgnj9l9faz11vn322a06jd6lk3dxcpm5"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libpthread-stubs" ,libpthread-stubs)
|
||||
|
|
Loading…
Reference in a new issue