summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2026-03-18 10:44:17 -0400
committerEfraim Flashner <efraim@flashner.co.il>2026-03-30 10:36:23 +0300
commit0a88a73fa93ac8aa100445e069b0e17f0b5e5117 (patch)
treee45854033d14ac5bca162105ad9c0e01adc49700 /gnu
parent788e57cba4dbc463532401c3036b5c5441ecf891 (diff)
gnu: libevdev: Update to 1.13.6.
* gnu/packages/xorg.scm (libevdev): Update to 1.13.6. [native-inputs]: Add pkg-config. Change-Id: I947f1a3cc2e558d02ffd37a7bf1f098e5fcd690b
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 364e3415ac1..29280ac1dbc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2513,7 +2513,7 @@ XC-APPGROUP, XTEST.")
(define-public libevdev
(package
(name "libevdev")
- (version "1.13.3")
+ (version "1.13.6")
(source
(origin
(method url-fetch)
@@ -2521,11 +2521,11 @@ XC-APPGROUP, XTEST.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1gygrc20d7cw70fdb5mp0ns3pmy8skggyl1mbpfyp3i0hv7amwdb"))))
+ "040ialc9galic1bxgllp9g26fzk8lay0db1p8x0ky8yqrgn1bwkk"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
- (native-inputs (list python))
+ (native-inputs (list pkg-config python))
(home-page "https://www.freedesktop.org/wiki/Software/libevdev/")
(synopsis "Wrapper library for evdev devices")
(description