gnu: libxmu: Update to 1.1.2.

* gnu/packages/xorg.scm (libxmu): Update to 1.1.2.
This commit is contained in:
Mark H Weaver 2014-12-19 14:53:01 -05:00
parent 4fde7d34c4
commit 788093dd9d
1 changed files with 3 additions and 3 deletions

View File

@ -1281,17 +1281,17 @@ synchronization between the X server and direct-rendering clients.")
(define-public libxmu (define-public libxmu
(package (package
(name "libxmu") (name "libxmu")
(version "1.1.1") (version "1.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/libXmu-" "mirror://xorg/individual/lib/libXmu-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1pbym8rrznxqd60zwf7w4xpf27sa72bky2knginqcfnca32q343h")))) "02wx6jw7i0q5qwx87yf94fsn3h0xpz1k7dz1nkwfwm1j71ydqvkm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libxt" ,libxt) `(("libxt" ,libxt)