gnu: xcursor-themes: Update to 1.0.5.

* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.5.
master
Marius Bakke 2018-03-10 09:38:10 +01:00
parent fd2ebe1ed0
commit 04a937f00a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2177,7 +2177,7 @@ X11 Inter-Client Communication Conventions Manual (ICCCM).")
(define-public xcursor-themes
(package
(name "xcursor-themes")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method url-fetch)
@ -2187,7 +2187,7 @@ X11 Inter-Client Communication Conventions Manual (ICCCM).")
".tar.bz2"))
(sha256
(base32
"11mv661nj1p22sqkv87ryj2lcx4m68a04b0rs6iqh3fzp42jrzg3"))))
"0whjiq6d5z4z75zh37pji6llfcyrg6q3mg9zx5zqyncnj39q30xf"))))
(build-system gnu-build-system)
(inputs
`(("libxcursor" ,libxcursor)