diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-31 08:18:52 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:25 +0200 |
commit | 0f30a646cd5b872413bd13f5c68d742cb07e2aa9 (patch) | |
tree | a227bfc64ea36fbe8a52a0457c157724939397f1 | |
parent | 5cbb9d21665a9b517683da32ebb24e8b0f8e5180 (diff) |
gnu: libei: Update to 1.4.0.
* gnu/packages/freedesktop.scm (libei): Update to 1.4.0.
[native-inputs]: Add dbus, python-pyaml. Remove python-black.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/freedesktop.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index bea44fdd79..de8fb975bc 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -791,7 +791,7 @@ other applications that need to directly deal with input devices.") (define-public libei (package (name "libei") - (version "1.3.0") + (version "1.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -799,7 +799,7 @@ other applications that need to directly deal with input devices.") (commit version))) (sha256 (base32 - "0idbl20ax060s7m435rszfv7c0bvpinjvq45qbqwvcvp0hg8r9y8")) + "04ll43616pyfm7c835azdggx9x3vfykpcg3pzmsfz4f2vl5whalm")) (snippet #~(begin (use-modules (guix build utils)) @@ -821,17 +821,18 @@ other applications that need to directly deal with input devices.") ;; liboeffis-1.0.pc requires.private libelogind (list elogind)) (native-inputs - (list doxygen + (list dbus + doxygen libxml2 munit pkg-config python python-attrs - python-black python-dbusmock python-jinja2 python-pytest python-structlog + python-pyaml valgrind/interactive)) (home-page "https://libinput.pages.freedesktop.org/libei/") (synopsis "Emulated Input protocol implementation") |