guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/116: gnu: randrproto: Update to 1.4.0.


From: Mark H. Weaver
Subject: 21/116: gnu: randrproto: Update to 1.4.0.
Date: Sat, 20 Dec 2014 04:38:22 +0000

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

commit 9643cff15c83e1812562654799cbe3746ecdcfd8
Author: Mark H Weaver <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]