gnu: sysstat: Update to 12.2.0.

* gnu/packages/linux.scm (sysstat): Update to 12.2.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-02 23:37:46 +01:00
parent 30954e61b2
commit 378506a964
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -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.