guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/31: gnu: libsysstat: Update to 0.4.6.


From: guix-commits
Subject: 05/31: gnu: libsysstat: Update to 0.4.6.
Date: Sun, 21 Aug 2022 21:06:18 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit c4a19dd79c49db69571179a01dff17c2d596a442
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Aug 17 10:26:32 2022 +0800

    gnu: libsysstat: Update to 0.4.6.
    
    * gnu/packages/lxqt.scm (libsysstat): Update 0.4.6.
---
 gnu/packages/lxqt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index de6ce0e010..e2a1fe4c5f 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -274,14 +274,14 @@ components of the LXQt desktop environment.")
 (define-public libsysstat
   (package
     (name "libsysstat")
-    (version "0.4.5")
+    (version "0.4.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1ljy5ggvqvpm3k6kfy03dn47ygr9lzi8hmqws4dcqfc9sx86b6zi"))))
+        (base32 "1ghkzgz3ypjii08f00g26pnmw0s5naf344p83dwnf3kfdlykiip6"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f))          ; no tests
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]