Skip to content
Snippets Groups Projects
Unverified Commit 2246538e authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: sysstat: Update to 12.4.2.

* gnu/packages/linux.scm (sysstat): Update to 12.4.2.
parent 783461b4
No related branches found
No related tags found
No related merge requests found
...@@ -6022,14 +6022,14 @@ (define-public efibootmgr ...@@ -6022,14 +6022,14 @@ (define-public efibootmgr
(define-public sysstat (define-public sysstat
(package (package
(name "sysstat") (name "sysstat")
(version "12.4.1") (version "12.4.2")
(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 "02yf2c9n56c3ic72r4p4kb99zjxr8fldvsnmcy7s262izx78vbr4")))) (base32 "13q1zb7ip389b35rcgy2ngf1z9zhdmdwx5bv9lwfnl1xi30v409p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite. `(#:tests? #f ; no test suite.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment