guix-commits
[Top][All Lists]
Advanced

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

15/116: gnu: xextproto: Update to 7.3.0.


From: Mark H. Weaver
Subject: 15/116: gnu: xextproto: Update to 7.3.0.
Date: Sat, 20 Dec 2014 04:38:20 +0000

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

commit e8453d7b914dc2a23ac26a846b70ecbb4199febe
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 19 14:11:30 2014 -0500

    gnu: xextproto: Update to 7.3.0.
    
    * gnu/packages/xorg.scm (xextproto): Update to 7.3.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 3216aed..e6e4527 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2140,17 +2140,17 @@ synchronization between the X server and 
direct-rendering clients.")
 (define-public xextproto
   (package
     (name "xextproto")
-    (version "7.2.1")
+    (version "7.3.0")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/xextproto-"
+               "mirror://xorg/individual/proto/xextproto-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "06kdanbnprxvgl56l5h0lqj4b0f1fbb1ndha33mv5wvy802v2lvw"))))
+            "1c2vma9gqgc2v06rfxdiqgwhxmzk2cbmknwf1ng3m76vr0xb5x7k"))))
     (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]