[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: sysstat: Update to 12.4.1.
From: |
guix-commits |
Subject: |
02/02: gnu: sysstat: Update to 12.4.1. |
Date: |
Tue, 24 Nov 2020 16:39:53 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit cf492cd4f87716d480820033ce4be723e9fda0e5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 24 22:12:59 2020 +0100
gnu: sysstat: Update to 12.4.1.
* gnu/packages/linux.scm (sysstat): Update to 12.4.1.
---
gnu/packages/linux.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fa5ddcb..09e2721 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5961,14 +5961,14 @@ running boot option, and more.")
(define-public sysstat
(package
(name "sysstat")
- (version "12.4.0")
- (source (origin
- (method url-fetch)
- (uri (string-append
"http://pagesperso-orange.fr/sebastien.godard/"
- "sysstat-" version ".tar.xz"))
- (sha256
- (base32
- "05idnvkhvzaynj9awx7q54x1v42jblzrxq0fn5zd1v4mjwrnqmbq"))))
+ (version "12.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
+ "sysstat-" version ".tar.xz"))
+ (sha256
+ (base32 "02yf2c9n56c3ic72r4p4kb99zjxr8fldvsnmcy7s262izx78vbr4"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite.