gnu: xdpyinfo: Update to 1.3.2.

* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.2.
master
Andy Wingo 2016-02-18 21:08:07 +01:00 committed by Mark H Weaver
parent b1b3ab34b4
commit c6be2454c1
1 changed files with 2 additions and 2 deletions

View File

@ -2201,7 +2201,7 @@ X server: 'handhelds', 'redglass' and 'whiteglass'.")
(define-public xdpyinfo
(package
(name "xdpyinfo")
(version "1.3.1")
(version "1.3.2")
(source
(origin
(method url-fetch)
@ -2211,7 +2211,7 @@ X server: 'handhelds', 'redglass' and 'whiteglass'.")
".tar.bz2"))
(sha256
(base32
"154b29zlrq33lmni883jgwyrb2kx7z8h52jx1s3ys5x5d582iydf"))))
"0ldgrj4w2fa8jng4b3f3biaj0wyn8zvya88pnk70d7k12pcqw8rh"))))
(build-system gnu-build-system)
(inputs
`(("inputproto" ,inputproto)