GNU bug report logs -
#75534
[PATCH 00/35] LXQt 2.1.0 updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Mon, 13 Jan 2025 09:30:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/lxqt.scm (libsysstat): Update to 1.1.0.
[inputs]: Replace qtbase-5 with qtbase.
Change-Id: Ib9214bce447c945bac63ac6503e39c40411a9b4d
---
gnu/packages/lxqt.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 55c91c9271..84e8c0e062 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -250,18 +250,18 @@ (define-public liblxqt
(define-public libsysstat
(package
(name "libsysstat")
- (version "0.4.6")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "1ghkzgz3ypjii08f00g26pnmw0s5naf344p83dwnf3kfdlykiip6"))))
+ (base32 "0c6lr2z2n5dyyr6mawqxky8qwqlcjib6kdb0ls0lldmi8f65wvlr"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no tests
(inputs
- (list qtbase-5))
+ (list qtbase))
(native-inputs
(list lxqt-build-tools))
(home-page "https://lxqt-project.org")
--
2.47.1
This bug report was last modified 131 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.