gnu: libsysstat: Update to 0.4.5.

* gnu/packages/lxqt.scm (libsysstat): Update to 0.4.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brendan Tildesley 2021-05-17 00:05:51 +10:00 committed by Ludovic Courtès
parent 9e2341947b
commit 7cd88666d0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -248,14 +248,14 @@ (define-public liblxqt
(define-public libsysstat
(package
(name "libsysstat")
(version "0.4.3")
(version "0.4.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1s5s7skzy3sh4rlnfy7r0cg3r1scvp35ldd28bhnqjya99m7ip37"))))
(base32 "1ljy5ggvqvpm3k6kfy03dn47ygr9lzi8hmqws4dcqfc9sx86b6zi"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no tests
(inputs