me
/
guix
Archived
1
0
Fork 0

gnu: sysstat: Update to 12.4.2.

* gnu/packages/linux.scm (sysstat): Update to 12.4.2.
master
Tobias Geerinckx-Rice 2020-12-23 00:54:07 +01:00
parent 783461b429
commit 2246538e28
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6022,14 +6022,14 @@ running boot option, and more.")
(define-public sysstat
(package
(name "sysstat")
(version "12.4.1")
(version "12.4.2")
(source
(origin
(method url-fetch)
(uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
"sysstat-" version ".tar.xz"))
(sha256
(base32 "02yf2c9n56c3ic72r4p4kb99zjxr8fldvsnmcy7s262izx78vbr4"))))
(base32 "13q1zb7ip389b35rcgy2ngf1z9zhdmdwx5bv9lwfnl1xi30v409p"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite.