diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:00 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:00 +0800 |
commit | ae903a2a74792fb72d54efeb5c1add819f0654b6 (patch) | |
tree | 00b8d87ec4f13c412dd8f2974aabf63feb298201 | |
parent | 0d9fcb0ce8ef9db20bd4c95a02ac7ac9060fd78e (diff) | |
download | guix-ae903a2a74792fb72d54efeb5c1add819f0654b6.tar.gz |
gnu: qtxdg-tools: Update to 3.10.0.
* gnu/packages/lxqt.scm (qtxdg-tools): Update to 3.10.0.
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index f3eb686d2b..f7faee2b3a 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -183,7 +183,7 @@ in Qt.") (define-public qtxdg-tools (package (name "qtxdg-tools") - (version "3.9.1") + (version "3.10.0") (source (origin (method url-fetch) @@ -191,7 +191,7 @@ in Qt.") "https://github.com/lxqt/qtxdg-tools/releases/download/" version "/qtxdg-tools-" version ".tar.xz")) (sha256 - (base32 "0qn35v4dv71g0a4cqkbikppwmihxmfa560q9kw5pwk2y0xiwpncr")))) + (base32 "0iyn0s2mck948vzlmq6hk4p93i9z59h50z6m2kdhzv9ck2axvlik")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no tests (propagated-inputs (list libqtxdg)) |