mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: xcursor-themes: Update to 1.0.6.
* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.6.
This commit is contained in:
parent
853556831b
commit
93fee74acf
1 changed files with 2 additions and 2 deletions
|
@ -2204,7 +2204,7 @@ (define-public xcmsdb
|
|||
(define-public xcursor-themes
|
||||
(package
|
||||
(name "xcursor-themes")
|
||||
(version "1.0.5")
|
||||
(version "1.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2214,7 +2214,7 @@ (define-public xcursor-themes
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0whjiq6d5z4z75zh37pji6llfcyrg6q3mg9zx5zqyncnj39q30xf"))))
|
||||
"16a96li0s0ggg60v7f6ywxmsrmxdfizcw55ccv7sp4qjfisca7pf"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxcursor" ,libxcursor)
|
||||
|
|
Loading…
Reference in a new issue