[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30761] [PATCH staging 8/9] gnu: libwacom: Update to 0.29.
From: |
Marius Bakke |
Subject: |
[bug#30761] [PATCH staging 8/9] gnu: libwacom: Update to 0.29. |
Date: |
Fri, 9 Mar 2018 19:11:07 +0100 |
* gnu/packages/xdisorg.scm (libwacom): Update to 0.29.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 444c3ea39..443d618aa 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -885,14 +885,14 @@ Escape key when Left Control is pressed and released on
its own.")
(define-public libwacom
(package
(name "libwacom")
- (version "0.26")
+ (version "0.29")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/linuxwacom/libwacom/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "0xpvkjvzaj9blcmw8ha46616bzfivj99kwzvr91clxd6iaf11r63"))))
+ "1diklgcjhmvcxi9p1ifp6wcnyr6k7z9jhrlzfhzjqd6zipk01slw"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.16.2
- [bug#30761] [PATCH staging 0/9] Meson fixes (and some updates), Marius Bakke, 2018/03/09
- [bug#30761] [PATCH staging 3/9] gnu: meson: Update to 0.45.0., Marius Bakke, 2018/03/09
- [bug#30761] [PATCH staging 8/9] gnu: libwacom: Update to 0.29.,
Marius Bakke <=
- [bug#30761] [PATCH staging 6/9] gnu: libinput: Update to 1.10.2., Marius Bakke, 2018/03/09
- [bug#30761] [PATCH staging 9/9] gnu: xf86-input-wacom: Update to 0.36.0., Marius Bakke, 2018/03/09
- [bug#30761] [PATCH staging 2/9] gnu: meson-for-build: Update to 0.44.0., Marius Bakke, 2018/03/09
- [bug#30761] [PATCH staging 7/9] gnu: libinput: Correct inputs., Marius Bakke, 2018/03/09