~ruther/guix-local

9643cff15c83e1812562654799cbe3746ecdcfd8 — Mark H Weaver 11 years ago 0b271d2
gnu: randrproto: Update to 1.4.0.

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

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +3 -3
@@ 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/")