[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: libinput: Update to 1.19.2.
From: |
guix-commits |
Subject: |
01/10: gnu: libinput: Update to 1.19.2. |
Date: |
Thu, 18 Nov 2021 11:49:32 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 79fce3f823fc0b01cad09a55979c5c00b521e16e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 12 22:58:37 2021 -0500
gnu: libinput: Update to 1.19.2.
* gnu/packages/freedesktop.scm (libinput): Update to 1.19.2.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index d1cfad3..c1485fe 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -494,14 +494,14 @@ freedesktop.org project.")
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
(name "libinput")
- (version "1.16.4")
+ (version "1.19.2")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
"libinput-" version ".tar.xz"))
(sha256
(base32
- "0acywdjppj5i591l879bnqa9cs4vgdwnhilwk550x5x8sl33m4k5"))))
+ "10xqk05mkvsyxfxpn3vwkwb7j22d38wlbg1l1k37f6pfyc59zhqg"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")
- branch core-updates-frozen updated (235adae -> 61576d5), guix-commits, 2021/11/18
- 02/10: gnu: libxkbfile: Propagate libx11 and kbproto., guix-commits, 2021/11/18
- 03/10: gnu: mesa: Update to 21.2.5., guix-commits, 2021/11/18
- 01/10: gnu: libinput: Update to 1.19.2.,
guix-commits <=
- 04/10: gnu: xorg-server: Update to 21.1.1 and reinstate parallel tests., guix-commits, 2021/11/18
- 08/10: gnu: xorg-server-xwayland: Update to 21.1.3 and adjust package., guix-commits, 2021/11/18
- 06/10: gnu: Move eglexternalplatform and egl-wayland to (gnu packages xorg)., guix-commits, 2021/11/18
- 05/10: gnu: xorg-server: Enable X security extensions (xcsecurity)., guix-commits, 2021/11/18
- 07/10: gnu: egl-wayland: Update to 1.1.9., guix-commits, 2021/11/18
- 09/10: gnu: python-dbusmock: Update to 0.24.1., guix-commits, 2021/11/18
- 10/10: gnu: python-dbusmock: Patch reference to dbus-daemon., guix-commits, 2021/11/18