gnu: libxcomposite: Update to 0.4.4.

* gnu/packages/xorg.scm (libxcomposite): Update to 0.4.4.
This commit is contained in:
Mark H Weaver 2014-12-19 14:49:31 -05:00
parent d8dde29631
commit 4c573e6967

View File

@ -1171,17 +1171,17 @@ synchronization between the X server and direct-rendering clients.")
(define-public libxcomposite (define-public libxcomposite
(package (package
(name "libxcomposite") (name "libxcomposite")
(version "0.4.3") (version "0.4.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/libXcomposite-" "mirror://xorg/individual/lib/libXcomposite-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1b8sniijb85v4my6v30ma9yqnwl4hkclci9l1hqxnipfyhl4sa9j")))) "0y21nfpa5s8qmx0srdlilyndas3sgl0c6rc26d5fx2vx436m1qpd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
;; xcomposite.pc refers to all these. ;; xcomposite.pc refers to all these.