me
/
guix
Archived
1
0
Fork 0

gnu: libevdev: Update to 1.11.0.

* gnu/packages/xorg.scm (libevdev): Update to 1.11.0.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
master
Matthew James Kraai 2021-06-06 22:29:52 -07:00 committed by Maxim Cournoyer
parent 7e3caf0077
commit fecea3b531
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -2491,7 +2491,7 @@ XC-APPGROUP, XTEST.")
(define-public libevdev
(package
(name "libevdev")
(version "1.9.1")
(version "1.11.0")
(source
(origin
(method url-fetch)
@ -2499,7 +2499,7 @@ XC-APPGROUP, XTEST.")
name "-" version ".tar.xz"))
(sha256
(base32
"1jvsphdrs1i54ccjcn6ll26jy42am7h28lbsvwa6pmxgqm43qq7m"))))
"1l628xblk36vh7aqia1fw6hh62af7va0pd70h28112l5i4afmx33"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))