mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: libxcb: Update to 1.15.
* gnu/packages/xorg.scm (libxcb): Update to 1.15.
This commit is contained in:
parent
984bc9edac
commit
be531e2532
1 changed files with 2 additions and 2 deletions
|
@ -5173,7 +5173,7 @@ protocol.")
|
|||
(define-public libxcb
|
||||
(package
|
||||
(name "libxcb")
|
||||
(version "1.14")
|
||||
(version "1.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5181,7 +5181,7 @@ protocol.")
|
|||
"libxcb-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0d2chjgyn5lr9sfhacfvqgnj9l9faz11vn322a06jd6lk3dxcpm5"))))
|
||||
"0nd035rf83xf531cnjzsf9ykb5w9rdzz6bbyhi683xkwh57p8f6c"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "doc")) ;5.5 MiB of man pages
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue