[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/35: gnu: libsysstat: Update to 0.4.5.
From: |
guix-commits |
Subject: |
06/35: gnu: libsysstat: Update to 0.4.5. |
Date: |
Sat, 29 May 2021 14:17:30 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7cd88666d0b76ffca54ade6e2f1e7b62504e8e08
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon May 17 00:05:51 2021 +1000
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>
---
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 e7c62d1..2c9d92a 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -248,14 +248,14 @@ components of the LXQt desktop environment.")
(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
- branch master updated (7de36f7 -> 338f012), guix-commits, 2021/05/29
- 01/35: gnu: libfm-qt: Update to 0.17.1., guix-commits, 2021/05/29
- 02/35: gnu: lxqt-qtplugin: Update to 0.17.0., guix-commits, 2021/05/29
- 03/35: gnu: lxqt-build-tools: Update to 0.9.0., guix-commits, 2021/05/29
- 05/35: gnu: liblxqt: Update to 0.17.0., guix-commits, 2021/05/29
- 06/35: gnu: libsysstat: Update to 0.4.5.,
guix-commits <=
- 10/35: gnu: lxqt-globalkeys: Update to 0.17.0., guix-commits, 2021/05/29
- 04/35: gnu: libqtxdg: Update to 3.7.1., guix-commits, 2021/05/29
- 07/35: gnu: lxqt-about: Update to 0.17.0., guix-commits, 2021/05/29
- 08/35: gnu: lxqt-admin: Update to 0.17.0., guix-commits, 2021/05/29
- 11/35: gnu: lxqt-notificationd: Update to 0.17.0., guix-commits, 2021/05/29
- 15/35: gnu: lxqt-session: Update to 0.17.1., guix-commits, 2021/05/29
- 18/35: gnu: lxqt-themes: Update to 0.17.0., guix-commits, 2021/05/29
- 19/35: gnu: pcmanfm-qt: Update to 0.17.0., guix-commits, 2021/05/29
- 25/35: gnu: screengrab: Update to 2.2.0., guix-commits, 2021/05/29
- 30/35: gnu: lxqt-connman-applet: Update to 0.15-db1618d5., guix-commits, 2021/05/29