aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-12-25 15:20:08 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-12-25 16:16:00 +0200
commitdb10a5e78a56eb48a2f058739b009068722f7817 (patch)
treeb99a03c95f275c8c73388da24491edcfdf4a19d9 /gnu
parent4a95b3882d838f7bd406eed63a1488c0d7534799 (diff)
downloadguix-db10a5e78a56eb48a2f058739b009068722f7817.tar
guix-db10a5e78a56eb48a2f058739b009068722f7817.tar.gz
gnu: libinput: Update to 1.5.3.
* gnu/packages/freedesktop.scm (libinput): Update to 1.5.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/freedesktop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 37707796e4..8340721c94 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -85,14 +85,14 @@ freedesktop.org project.")
(define-public libinput
(package
(name "libinput")
- (version "1.5.1")
+ (version "1.5.3")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1n1dispg63z1qiy8c1af3l9c4a9dks8y7xasff8xcywnn0rkkxnl"))))
+ "1qx623nyr49sxv49ilb0j85skgk1dhkr82vd577ywyjf7d96q84i"))))
(build-system gnu-build-system)
(native-inputs
`(("cairo" ,cairo)