diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-03 15:14:53 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-11 23:25:00 +0100 |
commit | 5cd1a056bc1330066afac72988cce8229c75482c (patch) | |
tree | edaaa48aa9b8cb50c7910e08fb9e525b6194b48e /gnu/packages/xorg.scm | |
parent | 6b9839e29a7939cc9ada3f44d9d8863de720f5b4 (diff) | |
download | patches-5cd1a056bc1330066afac72988cce8229c75482c.tar patches-5cd1a056bc1330066afac72988cce8229c75482c.tar.gz |
gnu: xinput: Update to 1.6.3.
* gnu/packages/xorg.scm (xinput): Update to 1.6.3.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 022cb49c20..b71efedf32 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3692,7 +3692,7 @@ alternative implementations like XRandR or TwinView.") (define-public xinput (package (name "xinput") - (version "1.6.2") + (version "1.6.3") (source (origin (method url-fetch) @@ -3702,7 +3702,7 @@ alternative implementations like XRandR or TwinView.") ".tar.bz2")) (sha256 (base32 - "1i75mviz9dyqyf7qigzmxq8vn31i86aybm662fzjz5c086dx551n")))) + "1vb6xdd1xmk5f7pwc5zcbxfray5sf1vbnscqwf2yl8lv7gfq38im")))) (build-system gnu-build-system) (inputs `(("libxrender" ,libxrender) |