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
(package
(name "sysstat")
(version "12.4.0")
(source (origin
(version "12.4.1")
(source
(origin
(method url-fetch)
(uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
"sysstat-" version ".tar.xz"))
(sha256
(base32
"05idnvkhvzaynj9awx7q54x1v42jblzrxq0fn5zd1v4mjwrnqmbq"))))
(base32 "02yf2c9n56c3ic72r4p4kb99zjxr8fldvsnmcy7s262izx78vbr4"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite.