From a2506761c4caf25be2590fa1df7b2c1765b48b94 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Mon, 4 Dec 2023 18:22:51 +0000 Subject: gnu: sysstat: Update to 12.7.5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (sysstat): Update to 12.7.5. [home-page]: Update URL. [native-inputs]: Add gettext-minimal. Signed-off-by: 宋文武 Change-Id: I64e100786873c8cb4994d710aacddaf556783654 --- gnu/packages/linux.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2ce25bfa00..a96c817729 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7497,15 +7497,16 @@ (define-public efibootmgr (define-public sysstat (package (name "sysstat") - (version "12.4.4") + (version "12.7.5") (source (origin (method url-fetch) - (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/" + (uri (string-append "https://sysstat.github.io/sysstat-packages/" "sysstat-" version ".tar.xz")) (sha256 - (base32 "091xjip7l52dxal8dsfh5chksr4g9gclnssw3hjjxy84kr3yf4lm")))) + (base32 "0ssdrm3k0fclq5b5i0aznfwdkbac9l9cf88idaq3pls9lm040rjp")))) (build-system gnu-build-system) + (native-inputs (list gettext-minimal)) (arguments `(#:tests? #f ; no test suite. ;; Without this flag, it tries to install the man pages with group 'root' @@ -7522,7 +7523,7 @@ (define-public sysstat (substitute* "Makefile" (("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)") ""))))))) - (home-page "http://sebastien.godard.pagesperso-orange.fr/") + (home-page "https://sysstat.github.io") (synopsis "Performance monitoring tools for Linux") (description "The sysstat utilities are a collection of performance monitoring tools for Linux. These include @code{mpstat}, @code{iostat}, -- cgit v1.2.3