mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: xcursor-themes: Update to 1.0.4.
* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.4.
This commit is contained in:
parent
edc2ad8e3e
commit
73e122be1d
1 changed files with 3 additions and 3 deletions
|
@ -1998,17 +1998,17 @@ (define-public xcmsdb
|
||||||
(define-public xcursor-themes
|
(define-public xcursor-themes
|
||||||
(package
|
(package
|
||||||
(name "xcursor-themes")
|
(name "xcursor-themes")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/xcursor-themes-"
|
"mirror://xorg/individual/data/xcursor-themes-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1is4bak0qkkhv63mfa5l7492r475586y52yzfxyv3psppn662ilr"))))
|
"11mv661nj1p22sqkv87ryj2lcx4m68a04b0rs6iqh3fzp42jrzg3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxcursor" ,libxcursor)
|
`(("libxcursor" ,libxcursor)
|
||||||
|
|
Loading…
Reference in a new issue