me
/
guix
Archived
1
0
Fork 0

gnu: sysstat: Update to 12.4.1.

* gnu/packages/linux.scm (sysstat): Update to 12.4.1.
master
Tobias Geerinckx-Rice 2020-11-24 22:12:59 +01:00
parent 0047f4631f
commit cf492cd4f8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 8 deletions

View File

@ -5961,14 +5961,14 @@ running boot option, and more.")
(define-public sysstat (define-public sysstat
(package (package
(name "sysstat") (name "sysstat")
(version "12.4.0") (version "12.4.1")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "http://pagesperso-orange.fr/sebastien.godard/" (method url-fetch)
"sysstat-" version ".tar.xz")) (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
(sha256 "sysstat-" version ".tar.xz"))
(base32 (sha256
"05idnvkhvzaynj9awx7q54x1v42jblzrxq0fn5zd1v4mjwrnqmbq")))) (base32 "02yf2c9n56c3ic72r4p4kb99zjxr8fldvsnmcy7s262izx78vbr4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite. `(#:tests? #f ; no test suite.