mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: glances: Deprecate python- prefix.
* gnu/package/python-xyz.scm (glances): New public variable renamed from…… (python-glances): …this now-deprecated one.
This commit is contained in:
parent
16b8503f55
commit
58d9027412
1 changed files with 5 additions and 2 deletions
|
@ -11956,9 +11956,9 @@ (define-public python2-natsort
|
|||
`(("python2-pathlib" ,python2-pathlib)
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
(define-public python-glances
|
||||
(define-public glances
|
||||
(package
|
||||
(name "python-glances")
|
||||
(name "glances")
|
||||
(version "3.1.4")
|
||||
(source
|
||||
(origin
|
||||
|
@ -11989,6 +11989,9 @@ (define-public python-glances
|
|||
monitors CPU, load, memory, network bandwidth, disk I/O, disk use, and more.")
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public python-glances
|
||||
(deprecated-package "python-glances" glances))
|
||||
|
||||
(define-public python-graphql-core
|
||||
(package
|
||||
(name "python-graphql-core")
|
||||
|
|
Loading…
Reference in a new issue