gnu: sysstat: Update to 12.1.6.

* gnu/packages/linux.scm (sysstat): Update from 11.4.3 to 12.1.6.
master
宋文武 2019-08-25 12:11:15 +08:00
parent 2cb81e1ebe
commit 3d76112769
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

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