gnu: libxau: Update to 1.0.9.

* gnu/packages/xorg.scm (libxau): Update to 1.0.9.
master
Marius Bakke 2019-02-10 23:51:48 +01:00
parent 709fdfc21e
commit 4e546e546d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4845,7 +4845,7 @@ common definitions and porting layer.")
(define-public libxau
(package
(name "libxau")
(version "1.0.8")
(version "1.0.9")
(source
(origin
(method url-fetch)
@ -4855,7 +4855,7 @@ common definitions and porting layer.")
".tar.bz2"))
(sha256
(base32
"1wm4pv12f36cwzhldpp7vy3lhm3xdcnp4f184xkxsp7b18r7gm7x"))))
"1v3krc6x0zliaa66qq1bf9j60x5nqfy68v8axaiglxpnvgqcpy6c"))))
(build-system gnu-build-system)
(propagated-inputs
`(("xorgproto" ,xorgproto)))