diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-02 23:37:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 01:52:45 +0100 |
commit | 378506a964abdc591bb4edba0620b2ce2a07d5ce (patch) | |
tree | 4dfe77886f90e102d8d78e702d19b534526520a6 /gnu | |
parent | 30954e61b27aa0f200f2d39df15501fe41baab3d (diff) |
gnu: sysstat: Update to 12.2.0.
* gnu/packages/linux.scm (sysstat): Update to 12.2.0.
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 3c3f57773c..2d206ebaa1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4945,14 +4945,14 @@ running boot option, and more.") (define-public sysstat (package (name "sysstat") - (version "12.1.6") + (version "12.2.0") (source (origin (method url-fetch) (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/" "sysstat-" version ".tar.xz")) (sha256 (base32 - "0agi17n82k363mf9f7cky3isq195hw112vs98v26yfhm0v2g6lpp")))) + "0xc3983ccr0dwab1px2jhbgj86pfmmr29k7ggnwjwm1qigmriak1")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; No test suite. |