mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: libxcb: Update to 1.11.
* gnu/packages/xorg.scm (libxcb): Update to 1.11.
This commit is contained in:
parent
d1de5ff3b1
commit
f8f68c0749
1 changed files with 2 additions and 2 deletions
|
@ -4424,7 +4424,7 @@ (define-public libxxf86vm
|
||||||
(define-public libxcb
|
(define-public libxcb
|
||||||
(package
|
(package
|
||||||
(name "libxcb")
|
(name "libxcb")
|
||||||
(version "1.8.1")
|
(version "1.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4434,7 +4434,7 @@ (define-public libxcb
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03gspxcdl8r7jwbwg7fyp4cc6zic9z91amp4g5z0wwahx48nix6j"))))
|
"1xqgc81krx14f2c8yl5chzg5g2l26mhm2rwffy8dx7jv0iq5sqq3"))))
|
||||||
(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