Am Mon, Apr 17, 2023 at 09:01:20PM +0200 schrieb Lars-Dominik Braun: > shouldn’t this snippet from 8.10 also work for 9.0? > (modules '((guix build utils))) > (snippet > ;; collections.Iterable was moved to collections.abc in Python > 3.10. > '(substitute* "testsuite/driver/testlib.py" > (("collections\\.Iterable") > "collections.abc.Iterable")))))
Probably so! I will let you decide whether to apply it or to drop the 9.0 version, both are fine from the core-updates point of view. Andreas