guix_mirror_bot pushed a commit to branch python-team in repository guix. commit f816e6dd48f122ea3707526f2f689aacaacaa58a Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Sat Jul 12 22:13:24 2025 +0100
gnu: Remove python-psutil-7. * gnu/packages/python-xyz.scm (python-psutil-7): Delete variable. Change-Id: I9d386d78e16daf4db8232d9268da86c249401334 --- gnu/packages/python-xyz.scm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4760a473cf..c1066226e0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3496,18 +3496,6 @@ top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap.") (license license:bsd-3))) -(define-public python-psutil-7 - (package - (inherit python-psutil) - (name "python-psutil") - (version "7.0.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "psutil" version)) - (sha256 - (base32 "0mn42p9pzh0wynhk9i18iyvp8h54hbcsyczajmjcpv4blgmw7sbv")))))) - (define-public python-scapy (package (name "python-scapy")