1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: qtxdg-tools: Update to 3.10.0.

* gnu/packages/lxqt.scm (qtxdg-tools): Update to 3.10.0.
This commit is contained in:
宋文武
2022-11-28 11:14:00 +08:00
parent 0d9fcb0ce8
commit ae903a2a74
+2 -2
View File
@@ -183,7 +183,7 @@ in Qt.")
(define-public qtxdg-tools (define-public qtxdg-tools
(package (package
(name "qtxdg-tools") (name "qtxdg-tools")
(version "3.9.1") (version "3.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@@ -191,7 +191,7 @@ in Qt.")
"https://github.com/lxqt/qtxdg-tools/releases/download/" "https://github.com/lxqt/qtxdg-tools/releases/download/"
version "/qtxdg-tools-" version ".tar.xz")) version "/qtxdg-tools-" version ".tar.xz"))
(sha256 (sha256
(base32 "0qn35v4dv71g0a4cqkbikppwmihxmfa560q9kw5pwk2y0xiwpncr")))) (base32 "0iyn0s2mck948vzlmq6hk4p93i9z59h50z6m2kdhzv9ck2axvlik"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no tests (arguments '(#:tests? #f)) ; no tests
(propagated-inputs (list libqtxdg)) (propagated-inputs (list libqtxdg))