GNU bug report logs -
#77400
[PATCH python-team 00/26] Some further updates
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Mon, 31 Mar 2025 06:17:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #68 received at 77400 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/freedesktop.scm (libei): Update to 1.4.0.
[native-inputs]: Add dbus, python-pyaml. Remove python-black.
---
gnu/packages/freedesktop.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0618fdc6f4..95063c1c2b 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -791,7 +791,7 @@ (define-public libinput-minimal
(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 @@ (define-public libei
(commit version)))
(sha256
(base32
- "0idbl20ax060s7m435rszfv7c0bvpinjvq45qbqwvcvp0hg8r9y8"))
+ "04ll43616pyfm7c835azdggx9x3vfykpcg3pzmsfz4f2vl5whalm"))
(snippet
#~(begin
(use-modules (guix build utils))
@@ -821,17 +821,18 @@ (define-public libei
;; 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")
--
2.49.0
This bug report was last modified 52 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.