diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 15:11:40 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 22:47:29 -0500 |
commit | 73e122be1d64f317fdaff31f2659c71cdbc20f34 (patch) | |
tree | 1de8bf4624cfde82f17255859e548e8cffff72f9 /gnu/packages | |
parent | edc2ad8e3ee3b3ebc76252035954054843ec45f2 (diff) | |
download | guix-73e122be1d64f317fdaff31f2659c71cdbc20f34.tar guix-73e122be1d64f317fdaff31f2659c71cdbc20f34.tar.gz |
gnu: xcursor-themes: Update to 1.0.4.
* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 8dbbfd4dba..e8906c6093 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1998,17 +1998,17 @@ synchronization between the X server and direct-rendering clients.") (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) |