guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: sysstat: Update to 12.3.1.


From: guix-commits
Subject: 04/05: gnu: sysstat: Update to 12.3.1.
Date: Wed, 8 Jan 2020 21:01:06 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit baa195dde4041e9166152c72c1100e9349dab3c7
Author: Oleg Pykhalov <address@hidden>
AuthorDate: Thu Jan 9 04:35:39 2020 +0300

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ee571f1..8f9500e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2019 Pierre Langlois <address@hidden>
 ;;; Copyright © 2019 Brice Waegeneire <address@hidden>
 ;;; Copyright © 2019 Kei Kebreau <address@hidden>
+;;; Copyright © 2020 Oleg Pykhalov <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4993,14 +4994,14 @@ running boot option, and more.")
 (define-public sysstat
   (package
     (name "sysstat")
-    (version "12.2.0")
+    (version "12.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"http://pagesperso-orange.fr/sebastien.godard/";
                                   "sysstat-" version ".tar.xz"))
               (sha256
                (base32
-                "0xc3983ccr0dwab1px2jhbgj86pfmmr29k7ggnwjwm1qigmriak1"))))
+                "1hf1sy7akribmgavadqccxpy49yv0zfb3m81d2bj6jf8pyzwcrbq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No test suite.



reply via email to

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