gnu: qtxdg-tools: Update to 3.10.0.
* gnu/packages/lxqt.scm (qtxdg-tools): Update to 3.10.0.master
parent
0d9fcb0ce8
commit
ae903a2a74
|
@ -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))
|
||||||
|
|
Reference in New Issue