mhw pushed a commit to branch xorg-updates
in repository guix.

commit 9643cff15c83e1812562654799cbe3746ecdcfd8
Author: Mark H Weaver <[email protected]>
Date:   Fri Dec 19 14:17:09 2014 -0500

    gnu: randrproto: Update to 1.4.0.
    
    * gnu/packages/xorg.scm (randrproto): Update to 1.4.0.
---
 gnu/packages/xorg.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 04c8f0d..4c95856 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1545,17 +1545,17 @@ synchronization between the X server and 
direct-rendering clients.")
 (define-public randrproto
   (package
     (name "randrproto")
-    (version "1.3.2")
+    (version "1.4.0")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/randrproto-"
+               "mirror://xorg/individual/proto/randrproto-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "0wfwcq85wbm0g5r0snc7prgki1wi3kxrxhcxinyr54n45ihh03fr"))))
+            "1kq9h93qdnniiivry8jmhlgwn9fbx9xp5r9cmzfihlx5cs62xi45"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (home-page "http://www.x.org/wiki/";)

Reply via email to