GNU bug report logs -
#63113
[PATCH 01/27] gnu: lxqt-build-tools: Update to 0.13.0.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Thu, 27 Apr 2023 13:25:02 UTC
Severity: normal
Tags: patch
Merged with 63114
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 63113 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/lxqt.scm (qtxdg-tools): Update to 3.11.0.
---
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 dbf164ed6b..1b4d2b6873 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -183,7 +183,7 @@ (define-public libqtxdg
(define-public qtxdg-tools
(package
(name "qtxdg-tools")
- (version "3.10.0")
+ (version "3.11.0")
(source
(origin
(method url-fetch)
@@ -191,7 +191,7 @@ (define-public qtxdg-tools
"https://github.com/lxqt/qtxdg-tools/releases/download/"
version "/qtxdg-tools-" version ".tar.xz"))
(sha256
- (base32 "0iyn0s2mck948vzlmq6hk4p93i9z59h50z6m2kdhzv9ck2axvlik"))))
+ (base32 "05bfff9hl1fjy59j89cbxkmzf8yswazb0yz9r01a8a1fw4sh7br9"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no tests
(propagated-inputs (list libqtxdg))
--
2.39.2
This bug report was last modified 2 years and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.