mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +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
|
(define-public xcursor-themes
|
||||||
(package
|
(package
|
||||||
(name "xcursor-themes")
|
(name "xcursor-themes")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2187,7 +2187,7 @@ (define-public xcursor-themes
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11mv661nj1p22sqkv87ryj2lcx4m68a04b0rs6iqh3fzp42jrzg3"))))
|
"0whjiq6d5z4z75zh37pji6llfcyrg6q3mg9zx5zqyncnj39q30xf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxcursor" ,libxcursor)
|
`(("libxcursor" ,libxcursor)
|
||||||
|
|
Loading…
Reference in a new issue