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

commit 4c573e6967b19c1b5bed4577018996f35c7ec276
Author: Mark H Weaver <[email protected]>
Date:   Fri Dec 19 14:49:31 2014 -0500

    gnu: libxcomposite: Update to 0.4.4.
    
    * gnu/packages/xorg.scm (libxcomposite): Update to 0.4.4.
---
 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 704ec45..06911d0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1171,17 +1171,17 @@ synchronization between the X server and 
direct-rendering clients.")
 (define-public libxcomposite
   (package
     (name "libxcomposite")
-    (version "0.4.3")
+    (version "0.4.4")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/libXcomposite-"
+               "mirror://xorg/individual/lib/libXcomposite-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "1b8sniijb85v4my6v30ma9yqnwl4hkclci9l1hqxnipfyhl4sa9j"))))
+            "0y21nfpa5s8qmx0srdlilyndas3sgl0c6rc26d5fx2vx436m1qpd"))))
     (build-system gnu-build-system)
     (propagated-inputs
      ;; xcomposite.pc refers to all these.

Reply via email to