diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 14:53:01 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 22:47:27 -0500 |
commit | 788093dd9d466a149b2ed535832211bc41443cee (patch) | |
tree | 70c31c7a56d743853fe6620f1da302b805dc3003 | |
parent | 4fde7d34c4f2ca12428a1a8e4e3f01b3f77541b8 (diff) |
gnu: libxmu: Update to 1.1.2.
* gnu/packages/xorg.scm (libxmu): Update to 1.1.2.
-rw-r--r-- | 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 301dee47a8..f5479f8f91 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) |