mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: xcursor-themes: Update to 1.0.5.
* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.5.
This commit is contained in:
parent
fd2ebe1ed0
commit
04a937f00a
1 changed files with 2 additions and 2 deletions
|
@ -2177,7 +2177,7 @@ (define-public xcmsdb
|
|||
(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 @@ (define-public xcursor-themes
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"11mv661nj1p22sqkv87ryj2lcx4m68a04b0rs6iqh3fzp42jrzg3"))))
|
||||
"0whjiq6d5z4z75zh37pji6llfcyrg6q3mg9zx5zqyncnj39q30xf"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxcursor" ,libxcursor)
|
||||
|
|
Loading…
Reference in a new issue