mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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
|
||||
(package
|
||||
(name "xcursor-themes")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/X11R7.7/src/everything/xcursor-themes-"
|
||||
"mirror://xorg/individual/data/xcursor-themes-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1is4bak0qkkhv63mfa5l7492r475586y52yzfxyv3psppn662ilr"))))
|
||||
"11mv661nj1p22sqkv87ryj2lcx4m68a04b0rs6iqh3fzp42jrzg3"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxcursor" ,libxcursor)
|
||||
|
|
Loading…
Reference in a new issue