gnu: Add python-psutil-7.

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

Change-Id: Ibf3f1fa0c092e2118e67df731c70bdfa3a891b71
This commit is contained in:
Artyom V. Poptsov 2025-06-05 22:17:23 +03:00
parent 43bd2ad45e
commit a96214a0f2
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

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