diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-13 16:51:16 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 19:10:55 +0800 |
commit | 4cc1bf55e30f60e4fb143c131c86b4e9769553a9 (patch) | |
tree | c8a1d0f42ac0d21029b1b8cc35c47aa4c4edbb04 /gnu/packages | |
parent | 3f7b77472d071234808b3becaee818881fb515d7 (diff) |
gnu: qtxdg-tools: Update to 4.1.0.
* gnu/packages/lxqt.scm (qtxdg-tools): Update to 4.1.0.
Change-Id: I25750ef3d0b4f3bf8b6fe52e53b662c978ce81e2
Diffstat (limited to 'gnu/packages')
-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 b80c6f9e105..45d1d3938fd 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -187,7 +187,7 @@ in Qt.") (define-public qtxdg-tools (package (name "qtxdg-tools") - (version "3.11.0") + (version "4.1.0") (source (origin (method url-fetch) @@ -195,7 +195,7 @@ in Qt.") "https://github.com/lxqt/qtxdg-tools/releases/download/" version "/qtxdg-tools-" version ".tar.xz")) (sha256 - (base32 "05bfff9hl1fjy59j89cbxkmzf8yswazb0yz9r01a8a1fw4sh7br9")))) + (base32 "1dk6m6gyarnhjw42hdf2bpkfcdpb98dy28l2nmpj46h985v9pmfv")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no tests (propagated-inputs (list libqtxdg)) |