mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-psutil-7.
* gnu/packages/python-xyz.scm (python-psutil-7): New variable. Change-Id: Ibf3f1fa0c092e2118e67df731c70bdfa3a891b71
This commit is contained in:
parent
43bd2ad45e
commit
a96214a0f2
1 changed files with 12 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue