gnu: libxcursor: Update to 1.2.0.

* gnu/packages/xorg.scm (libxcursor): Update to 1.2.0.
master
Marius Bakke 2019-03-11 21:22:01 +01:00
parent a4de1a651e
commit e1c6102907
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5279,7 +5279,7 @@ draggable titlebars and borders.")
(define-public libxcursor
(package
(name "libxcursor")
(version "1.1.15")
(version "1.2.0")
(source
(origin
(method url-fetch)
@ -5289,7 +5289,7 @@ draggable titlebars and borders.")
".tar.bz2"))
(sha256
(base32
"0syzlfvh29037p0vnlc8f3jxz8nl55k65blswsakklkwsc6nfki9"))))
"10l7c9fm0jmpkm9ab9dz8r6m1pr87vvgqjnbx1psz50h4pwfklrs"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libx11" ,libx11)