mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xcb-util-renderutil: Update to 0.3.9.
* gnu/packages/xorg.scm (xcb-util-renderutil): Update to 0.3.9.
This commit is contained in:
parent
60ac75cdd1
commit
c736bc94e9
1 changed files with 2 additions and 2 deletions
|
@ -4770,14 +4770,14 @@ (define-public xcb-util-keysyms
|
|||
(define-public xcb-util-renderutil
|
||||
(package
|
||||
(name "xcb-util-renderutil")
|
||||
(version "0.3.8")
|
||||
(version "0.3.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://xcb.freedesktop.org/dist/" name "-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lkl9ij9b447c0br2qc5qsynjn09c4fdz7sd6yp7pyi8az2sb2cp"))))
|
||||
"0nza1csdvvxbmk8vgv8vpmq7q8h05xrw3cfx9lwxd1hjzd47xsf6"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libxcb" ,libxcb)))
|
||||
|
|
Loading…
Reference in a new issue