mhw pushed a commit to branch media-updates
in repository guix.
commit 2c26245b3933af737321dfc597f2e67c57e71e99
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:06:09 2016 +0100
gnu: randrproto: Update to 1.5.0.
* gnu/packages/xorg.scm (randrproto): Update to 1.5.0.
---
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 fd36d25..d1173b2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1636,7 +1636,7 @@ network-transparent printing system.")
(define-public randrproto
(package
(name "randrproto")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method url-fetch)
@@ -1646,7 +1646,7 @@ network-transparent printing system.")
".tar.bz2"))
(sha256
(base32
- "1kq9h93qdnniiivry8jmhlgwn9fbx9xp5r9cmzfihlx5cs62xi45"))))
+ "0s4496z61y5q45q20gldwpf788b9nsa8hb13gnck1mwwwwrmarsc"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(home-page "http://www.x.org/wiki/")