gnu: sysstat: Update to 12.4.1.
* gnu/packages/linux.scm (sysstat): Update to 12.4.1.master
parent
0047f4631f
commit
cf492cd4f8
|
@ -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.
|
||||||
|
|
Reference in New Issue