guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: sysstat: Update to 12.4.4.


From: guix-commits
Subject: 08/10: gnu: sysstat: Update to 12.4.4.
Date: Thu, 6 Jan 2022 23:58:08 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c9e8d04bf994e0479ef891de71b416674683e7c0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 7 04:32:49 2022 +0100

    gnu: sysstat: Update to 12.4.4.
    
    * gnu/packages/linux.scm (sysstat): Update to 12.4.4.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/linux.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8880d09fe2..9aa4805e9a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6758,14 +6758,14 @@ running boot option, and more.")
 (define-public sysstat
   (package
     (name "sysstat")
-    (version "12.4.3")
+    (version "12.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/";
                            "sysstat-" version ".tar.xz"))
        (sha256
-        (base32 "1z8bdyj92q0capbrdscwzb51bqh54ng15gpvmjmvrb2syhqj8hxf"))))
+        (base32 "091xjip7l52dxal8dsfh5chksr4g9gclnssw3hjjxy84kr3yf4lm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite.
@@ -6782,8 +6782,7 @@ running boot option, and more.")
            (lambda _
              (substitute* "Makefile"
                (("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)")
-                ""))
-             #t)))))
+                "")))))))
     (home-page "http://sebastien.godard.pagesperso-orange.fr/";)
     (synopsis "Performance monitoring tools for Linux")
     (description "The sysstat utilities are a collection of performance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]