guix_mirror_bot pushed a commit to branch python-team in repository guix. commit f405f932f16b21d4f02cd19802dc1bde7c13db6e Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Sat Jun 28 21:36:03 2025 +0100
gnu: proot: Use python-docutils-0.19 for rst2mamn. * gnu/packages/linux.scm (proot): [native-inputs]: Remove python-docutils; add python-docutils-0.19. Change-Id: I7c150b9a72ffc07cc573cd3ab3bfefc3fed5cc91 --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cb5ea37cef..140b2e8ede 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9380,7 +9380,7 @@ Text-based output formats: CSV, XML, Netfilter's LOG, Netfilter's conntrack coreutils pkg-config ;; For rst2man, used to generate the manual page. - python-docutils)) + python-docutils-0.19)) (inputs (list libarchive talloc)) (home-page "https://github.com/proot-me/PRoot") (synopsis "Unprivileged chroot, bind mount, and binfmt_misc")