gnu: libxcursor: Update to 1.1.14.

* gnu/packages/xorg.scm (libxcursor): Update to 1.1.14.
master
Mark H Weaver 2014-12-19 14:56:14 -05:00
parent 24e97d3487
commit cec79ce664
1 changed files with 3 additions and 3 deletions

View File

@ -4477,17 +4477,17 @@ kernel mode setting (KMS).")
(define-public libxcursor (define-public libxcursor
(package (package
(name "libxcursor") (name "libxcursor")
(version "1.1.13") (version "1.1.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/libXcursor-" "mirror://xorg/individual/lib/libXcursor-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"13xd1dyb06gwdwb0bxb22fkgdlmis6wrljm2xk6fhz0v9bg2g27p")))) "1prkdicl5y5yx32h1azh6gjfbijvjp415javv8dsakd13jrarilv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("libx11" ,libx11) `(("libx11" ,libx11)