gnu: libsysstat: Update to 0.4.2.
authorMeiyo Peng <meiyo@riseup.net>
Wed, 13 Mar 2019 15:37:17 +0000 (23:37 +0800)
committerDanny Milosavljevic <dannym@scratchpost.org>
Thu, 14 Mar 2019 15:47:17 +0000 (16:47 +0100)
* gnu/packages/lxqt.scm (libsysstat): Update to 0.4.2.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu/packages/lxqt.scm

index 2ac7297..2dcaa5d 100644 (file)
@@ -239,14 +239,14 @@ components of the LXQt desktop environment.")
 (define-public libsysstat
   (package
     (name "libsysstat")
-    (version "0.4.1")
+    (version "0.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0ngz8v3bixsdg96d5ipcyxd6nsrg52974xdxy9rnimahlv1yaxn3"))))
+        (base32 "0rz9w49khra9kl91kfnd3wxkldy1fqf6755mvlgbsqxb1yv8597w"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f))          ; no tests
     (inputs