guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sysstat: Update to 12.1.6.


From: guix-commits
Subject: 01/01: gnu: sysstat: Update to 12.1.6.
Date: Sun, 25 Aug 2019 00:11:56 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 3d76112769d2149e81b7cc774d859469d1f1909e
Author: 宋文武 <address@hidden>
Date:   Sun Aug 25 12:11:15 2019 +0800

    gnu: sysstat: Update to 12.1.6.
    
    * gnu/packages/linux.scm (sysstat): Update from 11.4.3 to 12.1.6.
---
 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 e2accca..01bb4d0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4842,14 +4842,14 @@ running boot option, and more.")
 (define-public sysstat
   (package
     (name "sysstat")
-    (version "11.4.3")
+    (version "12.1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://perso.orange.fr/sebastien.godard/";
                                   "sysstat-" version ".tar.xz"))
               (sha256
                (base32
-                "1ryf9myjzpa2279i3rvsh6fr5psm6qvr5r9kbm1sxyspapxcms82"))))
+                "0agi17n82k363mf9f7cky3isq195hw112vs98v26yfhm0v2g6lpp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No test suite.



reply via email to

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