mhw pushed a commit to branch xorg-updates
in repository guix.
commit 125d405f7527ad70ba6561010396116fd3377d10
Author: Mark H Weaver <[email protected]>
Date: Fri Dec 19 15:09:42 2014 -0500
gnu: xcursorgen: Update to 1.0.6.
* gnu/packages/xorg.scm (xcursorgen): Update to 1.0.6.
---
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 85dc9b8..c987e17 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2029,17 +2029,17 @@ synchronization between the X server and
direct-rendering clients.")
(define-public xcursorgen
(package
(name "xcursorgen")
- (version "1.0.5")
+ (version "1.0.6")
(source
(origin
(method url-fetch)
(uri (string-append
- "mirror://xorg/X11R7.7/src/everything/xcursorgen-"
+ "mirror://xorg/individual/app/xcursorgen-"
version
".tar.bz2"))
(sha256
(base32
- "10f5wk1326mm45gvgpf4m2p0j80fcd0i4c52zikahb91zah72wdw"))))
+ "0v7nncj3kaa8c0524j7ricdf4rvld5i7c3m6fj55l5zbah7r3j1i"))))
(build-system gnu-build-system)
(inputs
`(("libxcursor" ,libxcursor)