diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 15:09:42 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 22:47:29 -0500 |
commit | 125d405f7527ad70ba6561010396116fd3377d10 (patch) | |
tree | 0fa57d25edd61620e9b79c5c96bc343dd3cd7273 /gnu | |
parent | b48b7ca79566adf5392c45caf23b9bfdaacd78e9 (diff) | |
download | guix-125d405f7527ad70ba6561010396116fd3377d10.tar guix-125d405f7527ad70ba6561010396116fd3377d10.tar.gz |
gnu: xcursorgen: Update to 1.0.6.
* gnu/packages/xorg.scm (xcursorgen): Update to 1.0.6.
Diffstat (limited to 'gnu')
-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 85dc9b820e..c987e175e9 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) |