guix-commits
[Top][All Lists]
Advanced

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

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


From: Leo Famulari
Subject: 01/01: gnu: sysstat: Update to 11.4.3.
Date: Thu, 30 Mar 2017 17:10:40 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 704430138159c6af126e94c3a95a5a6a0bb6524e
Author: Leo Famulari <address@hidden>
Date:   Thu Mar 30 17:08:38 2017 -0400

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



reply via email to

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