diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-24 22:12:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-24 22:20:49 +0100 |
commit | cf492cd4f87716d480820033ce4be723e9fda0e5 (patch) | |
tree | 01ff369feb26b1a5e4a78671491e44d5cc02f612 | |
parent | 0047f4631fdf9ef0146f462a88236885a6037d7b (diff) | |
download | guix-cf492cd4f87716d480820033ce4be723e9fda0e5.tar.gz |
gnu: sysstat: Update to 12.4.1.
* gnu/packages/linux.scm (sysstat): Update to 12.4.1.
-rw-r--r-- | gnu/packages/linux.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fa5ddcb200..09e27218ff 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5961,14 +5961,14 @@ running boot option, and more.") (define-public sysstat (package (name "sysstat") - (version "12.4.0") - (source (origin - (method url-fetch) - (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/" - "sysstat-" version ".tar.xz")) - (sha256 - (base32 - "05idnvkhvzaynj9awx7q54x1v42jblzrxq0fn5zd1v4mjwrnqmbq")))) + (version "12.4.1") + (source + (origin + (method url-fetch) + (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/" + "sysstat-" version ".tar.xz")) + (sha256 + (base32 "02yf2c9n56c3ic72r4p4kb99zjxr8fldvsnmcy7s262izx78vbr4")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite. |