gnu: libxdamage: Update to 1.1.4.

* gnu/packages/xorg.scm (libxdamage): Update to 1.1.4.
This commit is contained in:
Mark H Weaver 2014-12-19 14:30:26 -05:00
parent 2b8172c4a4
commit e18bb48020

View file

@ -3831,17 +3831,17 @@ (define-public fixesproto
(define-public libxdamage (define-public libxdamage
(package (package
(name "libxdamage") (name "libxdamage")
(version "1.1.3") (version "1.1.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/libXdamage-" "mirror://xorg/individual/lib/libXdamage-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1a678bwap74sqczbr2z4y4fvbr35km3inkm8bi1igjyk4v46jqdw")))) "1bamagq7g6s0d23l8rb3nppj8ifqj05f7z9bhbs4fdg8az3ffgvw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
;; These are all in the Requires or Requires.private field of xdamage.pc ;; These are all in the Requires or Requires.private field of xdamage.pc