[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: libinput: Update to 0.14.1.
From: |
??? |
Subject: |
02/03: gnu: libinput: Update to 0.14.1. |
Date: |
Wed, 22 Apr 2015 23:39:44 +0000 |
iyzsong pushed a commit to branch master
in repository guix.
commit 53fd3cf0517fae2ee1c787d10e0746f8d4c0a77b
Author: 宋文武 <address@hidden>
Date: Thu Apr 23 07:37:44 2015 +0800
gnu: libinput: Update to 0.14.1.
* gnu/packages/freedesktop.scm (libinput): Update to 0.14.1.
---
gnu/packages/freedesktop.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index f65a5bb..386f4c5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -53,14 +53,14 @@ freedesktop.org project.")
(define-public libinput
(package
(name "libinput")
- (version "0.13.0")
+ (version "0.14.1")
(source (origin
(method url-fetch)
(uri (string-append "http://freedesktop.org/software/libinput/"
name "-" version ".tar.xz"))
(sha256
(base32
- "06n6ih2bfr957rprsgjxhi6f7m96wmf4kgac8y0ispsjvrzszv3c"))))
+ "0r0v5jqbnwgndq6ns3ss3kv1438ny302m7bg1najcl1dpqp21v9b"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))