guix-commits
[Top][All Lists]
Advanced

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

17/20: gnu: sysstat: Update to 12.2.0.


From: guix-commits
Subject: 17/20: gnu: sysstat: Update to 12.2.0.
Date: Mon, 2 Dec 2019 20:15:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 378506a964abdc591bb4edba0620b2ce2a07d5ce
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 2 23:37:46 2019 +0100

    gnu: sysstat: Update to 12.2.0.
    
    * gnu/packages/linux.scm (sysstat): Update to 12.2.0.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3c3f577..2d206eb 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.



reply via email to

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