mhw pushed a commit to branch xorg-updates
in repository guix.
commit 73e122be1d64f317fdaff31f2659c71cdbc20f34
Author: Mark H Weaver <[email protected]>
Date: Fri Dec 19 15:11:40 2014 -0500
gnu: xcursor-themes: Update to 1.0.4.
* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.4.
---
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 8dbbfd4..e8906c6 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)