[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: libwacom: Update to 1.7.
From: |
guix-commits |
Subject: |
08/09: gnu: libwacom: Update to 1.7. |
Date: |
Sun, 3 Jan 2021 13:41:31 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2fd79876f3e3b7c1c529dacb9f89f1b5d8895d48
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 3 07:58:40 2021 +0100
gnu: libwacom: Update to 1.7.
* gnu/packages/xdisorg.scm (libwacom): Update to 1.7.
[native-inputs]: Add python.
---
gnu/packages/xdisorg.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 93f23d6..793150c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -18,7 +18,7 @@
;;; Copyright © 2016 Petter <petter@mykolab.ch>
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
;;; Copyright © 2017 Nikita <nikita@n0.is>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Marek Benc <dusxmt@gmx.com>
;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
;;; Copyright © 2018 Thomas Sigurdsen <tonton@riseup.net>
@@ -1126,7 +1126,7 @@ Escape key when Left Control is pressed and released on
its own.")
(define-public libwacom
(package
(name "libwacom")
- (version "1.6")
+ (version "1.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1134,12 +1134,14 @@ Escape key when Left Control is pressed and released on
its own.")
"libwacom-" version "/libwacom-" version ".tar.bz2"))
(sha256
(base32
- "1a5ffxyhl6crspybcfsx5ribgrgkzwfl5w9y32slxbgjwczb473h"))))
+ "0797gc055dgg2jfqijy9823bd83jwr4wb2z9id992qlcr0xmz1rw"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("pkg-config" ,pkg-config)
+ ;; For tests.
+ ("python" ,python)))
(inputs
`(("gtk+" ,gtk+)
("libgudev" ,libgudev)
- branch master updated (98de21a -> eacffb9), guix-commits, 2021/01/03
- 01/09: gnu: youtube-dl: Update to 2021.01.03., guix-commits, 2021/01/03
- 02/09: gnu: buku: Update to 4.5., guix-commits, 2021/01/03
- 03/09: gnu: dav1d: Update to 0.8.1., guix-commits, 2021/01/03
- 04/09: gnu: rust-embed-resource: Update to 1.3.3., guix-commits, 2021/01/03
- 08/09: gnu: libwacom: Update to 1.7.,
guix-commits <=
- 09/09: gnu: nix: Update to 2.3.10., guix-commits, 2021/01/03
- 05/09: gnu: watchexec: Update to 1.14.1., guix-commits, 2021/01/03
- 06/09: gnu: xterm: Update to 363., guix-commits, 2021/01/03
- 07/09: gnu: osinfo-db: Update to 20201218., guix-commits, 2021/01/03