mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: sysstat: Update to 12.2.0.
* gnu/packages/linux.scm (sysstat): Update to 12.2.0.
This commit is contained in:
parent
30954e61b2
commit
378506a964
1 changed files with 2 additions and 2 deletions
|
@ -4945,14 +4945,14 @@ (define-public efibootmgr
|
|||
(define-public sysstat
|
||||
(package
|
||||
(name "sysstat")
|
||||
(version "12.1.6")
|
||||
(version "12.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
|
||||
"sysstat-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0agi17n82k363mf9f7cky3isq195hw112vs98v26yfhm0v2g6lpp"))))
|
||||
"0xc3983ccr0dwab1px2jhbgj86pfmmr29k7ggnwjwm1qigmriak1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; No test suite.
|
||||
|
|
Loading…
Reference in a new issue