Archived
1
0
Fork 0

gnu: sysstat: Update to 12.4.3.

* gnu/packages/linux.scm (sysstat): Update to 12.4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-03 20:00:36 +01:00
parent 877e309e1c
commit 8a69ae0caf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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