diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:54:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:54:50 +0100 |
commit | 2246538e286dec34081b6a3fb13e20ace8d692f9 (patch) | |
tree | 68ad310483e6635c1aeb704b4143fc6ce8da967c | |
parent | 783461b429db39e0c26410a8cbf4b72b3de441ba (diff) | |
download | guix-2246538e286dec34081b6a3fb13e20ace8d692f9.tar.gz guix-2246538e286dec34081b6a3fb13e20ace8d692f9.zip |
gnu: sysstat: Update to 12.4.2.
* gnu/packages/linux.scm (sysstat): Update to 12.4.2.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b0b56ecfe1..01f12f77d9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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. |