gnu: sysstat: Update to 12.1.6.
* gnu/packages/linux.scm (sysstat): Update from 11.4.3 to 12.1.6.
This commit is contained in:
parent
2cb81e1ebe
commit
3d76112769
|
@ -4842,14 +4842,14 @@ running boot option, and more.")
|
|||
(define-public sysstat
|
||||
(package
|
||||
(name "sysstat")
|
||||
(version "11.4.3")
|
||||
(version "12.1.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://perso.orange.fr/sebastien.godard/"
|
||||
"sysstat-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ryf9myjzpa2279i3rvsh6fr5psm6qvr5r9kbm1sxyspapxcms82"))))
|
||||
"0agi17n82k363mf9f7cky3isq195hw112vs98v26yfhm0v2g6lpp"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; No test suite.
|
||||
|
|
Loading…
Reference in New Issue