diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-03 20:00:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:44:56 +0100 |
commit | 8a69ae0cafc67ec94a030c4430c63faeb6070fac (patch) | |
tree | c0aea957de431696bc80b986f265815644a80bb2 /gnu | |
parent | 877e309e1c97fe9ad119c1ba39e476b7587e9b61 (diff) | |
download | guix-8a69ae0cafc67ec94a030c4430c63faeb6070fac.tar guix-8a69ae0cafc67ec94a030c4430c63faeb6070fac.tar.gz |
gnu: sysstat: Update to 12.4.3.
* gnu/packages/linux.scm (sysstat): Update to 12.4.3.
Diffstat (limited to 'gnu')
-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 e20cb56545..f8928232e6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6169,14 +6169,14 @@ running boot option, and more.") (define-public sysstat (package (name "sysstat") - (version "12.4.2") + (version "12.4.3") (source (origin (method url-fetch) (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/" "sysstat-" version ".tar.xz")) (sha256 - (base32 "13q1zb7ip389b35rcgy2ngf1z9zhdmdwx5bv9lwfnl1xi30v409p")))) + (base32 "1z8bdyj92q0capbrdscwzb51bqh54ng15gpvmjmvrb2syhqj8hxf")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite. |