mhw pushed a commit to branch media-updates
in repository guix.
commit c6be2454c1f9f590ca7251b7fb398630b45ac39e
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:08:07 2016 +0100
gnu: xdpyinfo: Update to 1.3.2.
* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.2.
---
gnu/packages/xorg.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3165281..9533d46 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)