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

commit 788093dd9d466a149b2ed535832211bc41443cee
Author: Mark H Weaver <[email protected]>
Date:   Fri Dec 19 14:53:01 2014 -0500

    gnu: libxmu: Update to 1.1.2.
    
    * gnu/packages/xorg.scm (libxmu): Update to 1.1.2.
---
 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 301dee4..f5479f8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1281,17 +1281,17 @@ synchronization between the X server and 
direct-rendering clients.")
 (define-public libxmu
   (package
     (name "libxmu")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/libXmu-"
+               "mirror://xorg/individual/lib/libXmu-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "1pbym8rrznxqd60zwf7w4xpf27sa72bky2knginqcfnca32q343h"))))
+            "02wx6jw7i0q5qwx87yf94fsn3h0xpz1k7dz1nkwfwm1j71ydqvkm"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxt" ,libxt)

Reply via email to