gnu: Remove python-psutil-7.

* gnu/packages/python-xyz.scm (python-psutil-7): Delete variable.

Change-Id: I9d386d78e16daf4db8232d9268da86c249401334
This commit is contained in:
Sharlatan Hellseher 2025-07-12 22:13:24 +01:00
parent dcc825c4af
commit dc6885a81f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3934,18 +3934,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")